Versions in this module Expand all Collapse all v1 v1.1.0 Feb 5, 2025 v1.0.0 Jan 22, 2025 Changes in this version + const Day + const FormatDate + const FormatDatetime + const FormatDatetimeMilli + const FormatYm + const FormatYmd + const Hour + const Millisecond + const Minute + const Month + const Second + const Year + func Format(t time.Time, format string) string + func Get() time.Time + func GetByDate(date string) time.Time + func GetByDatetime(datetime string) time.Time + func GetByDatetimeMilli(datetimeMilli string) time.Time + func GetByFormatAndString(f string, s string) time.Time + func GetByUnix(unix int64) time.Time + func GetByUnixMicro(unixMicro int64) time.Time + func GetByUnixMilli(unixMilli int64) time.Time