//
pkg.gl
Category
github.com/smithyat/go-helpers
stringhelper
package
0.16.0
Repository:
https://github.com/smithyat/go-helpers.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
28 SLOC
#
Functions
ExtractDate
ExtractDate is a function that takes a string and returns a formatted date string and an error.
SplitDate
SplitDate takes a date string in the "YYYYMMDD" format and returns individual string components for the year, month, and day.