package
0.0.0-20240125174514-4d895cd8b350
Repository: https://github.com/devdammit/shekel.git
Documentation: pkg.go.dev

# Functions

MustParseAsTime creates a Time object from a string in HH:MM:SS format and panics if the string is not properly formatted.
MustParseDate creates a Date object from a string in YYYY-MM-DD format and panics if the string is not properly formatted.
MustParseDateTime creates a DateTime object from a string in "YYYY-MM-DD HH:mm" format and panics if the string is not properly formatted.
MustParseTime creates a DateTime object from a string in "HH:mm" format.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseAsTime creates a Time value from a string in HH:MM:SS format.
ParseDate creates a Date value from a string in YYYY-MM-DD format.
ParseDateTime creates a DateTime value from a string in "YYYY-MM-DD HH:mm" format.
ParseTime creates a DateTime value from a string in "HH:mm" format.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Date type represents a date with day precision.
DateTime type represents a time with date with minute precision.
No description provided by the author
Time type represents a time with seconds precision.