Documentation
¶
Index ¶
- func GetDateChrStr(t time.Time) string
- func GetDateStr(t time.Time) string
- func GetDateTime(t time.Time) string
- func GetDotDateStr(t time.Time) string
- func GetMonthChrStr(t time.Time) string
- func GetMonthStr(t time.Time) string
- func GetPureDateStr(t time.Time) string
- func GetSlashDateStr(t time.Time) string
- func GetTimestampStr() string
- func GetTimestampStrWithInput(t time.Time) string
- func NowTimeInMs() int64
- func ParseDate(dateStr string) (date time.Time, err error)
- func ParseDateTime(dateStr string) (date time.Time, err error)
- func ParseDotDate(dateStr string) (date time.Time, err error)
- func ParseMonth(monthStr string) (month time.Time, err error)
- func ParseYear(yearStr string) (year time.Time, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDateChrStr ¶ added in v0.1.6
func GetDateStr ¶ added in v0.1.6
func GetDateTime ¶
func GetDotDateStr ¶ added in v0.1.6
func GetMonthChrStr ¶ added in v0.1.6
func GetMonthStr ¶ added in v0.1.6
func GetPureDateStr ¶ added in v0.1.6
func GetSlashDateStr ¶ added in v0.1.6
func GetTimestampStr ¶ added in v0.2.7
func GetTimestampStr() string
func GetTimestampStrWithInput ¶ added in v0.2.8
func NowTimeInMs ¶ added in v0.1.7
func NowTimeInMs() int64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.