Documentation ¶
Index ¶
- func CountDaysOfAMonth(yearAndMonth string) (int, error)
- func DateTimeToTimeStamp(datetime string) int64
- func FormatPastTime(pastTimeStamp int64) (int, string, string)
- func IsLeapYear(year int) bool
- func TimeStampToDatatime(timeStamp int64) string
- func TimeStampToDatatimeFormat(timeStamp int64, format string) string
- func TimeStampToDatatimeSlice(timeStamp int64) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CountDaysOfAMonth ¶
Count Days Of A Month
func FormatPastTime ¶
Calculate past time
func TimeStampToDatatimeFormat ¶ added in v1.3.0
Time stamp to date time and format
func TimeStampToDatatimeSlice ¶
Time stamp to slice [] string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.