Documentation ¶
Index ¶
- Constants
- func BeginingOfDay() time.Time
- func BeginingOfMonth() time.Time
- func EndOfDay() time.Time
- func EndOfMonth() time.Time
- func StringToTime(dateTimeStr string) time.Time
- func TimeNow() time.Time
- func TimeNowUTC() time.Time
- func TimeToString(dateTime time.Time) string
- func ToLocalTimeZone(val time.Time) time.Time
Constants ¶
View Source
const DateFormat = "02-01-2006"
View Source
const DateISOFormat = "2006-01-02"
View Source
const DateTimeFormat = "02-01-2006 15:04:05"
View Source
const DateTimeISOFormat = "2006-01-02T15:04:05.000Z"
View Source
const DateTimeISOMongoDBFormat = "2006-01-02 15:04:05.99 -0700 MST"
Variables ¶
This section is empty.
Functions ¶
func BeginingOfDay ¶
func BeginingOfMonth ¶
func EndOfMonth ¶
func StringToTime ¶
func TimeNowUTC ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.