# Functions
ChangeDayFormat 将某种格式的时间字符串,转为另一种格式.
CheckDateFormat 验证日期格式.
DayNormal2NoSymbol FormatYyyyMmDdNormal 转换 FormatYyyyMmDdNoSymbol.
DayNoSymbol2Normal FormatYyyyMmDdNoSymbol 转换 FormatYyyyMmDdNormal.
DayNoSymbol2Second FormatYyyyMmDdNoSymbol 转换 Second.
DayNoSymbolAdd 字符串日期加法.
DayNoSymbolDiff 两天相差的天数.
GetCurrentTime 获取当前时间.
GetCurrentUnixTimestamp 获取当前时间戳.
GetDayNoSymbolBeforeYesterday 获取前天日期.
GetHour 获取当前小时.
GetMinute 获取当前分钟.
GetMondayNoSymbolOfWeek 获取本周周一的日期.
GetMonthFirstDayNoSymbol 获取月份第一天.
GetMonthLastDayNoSymbol 获取月份最后一天.
GetMultiDuration 获取复数时间(时长):例如获取5小时:GetMultiDuration(time.Hour,5).
GetRangeDayNoSymbol 获取从某日到某日的所有天(包括起止点,格式为 FormatYyyyMmDdNoSymbol).
GetRangeDayNoSymbolByTZone 设置时区-获取从某日到某日的所有天(包括起止点,格式为 FormatYyyyMmDdNoSymbol).
GetTimeNumHour 获取当前时间所在小时的整数段时间(num最小为1,最大为23) 例如10:08:09,num=1,得到10:00:00 例如10:59:01,num=3,得到09:00:00.
GetTimeNumMinute 获取当前时间所在num分钟的整数段时间 (num最小为1,最大为59) 例如10:08:09,num为10 得到10:00:00 例如10:59:01,num为10 得到10:55:00.
GetTimePart 获取时间戳的详情.
GetTodayNoSymbol 获取今天日期.
GetTuesdayNoSymbolOfWeek 获取本周周二的日期.
GetYesterdayNoSymbol 获取昨天日期.
IsTodayNoSymbol 判断day是否是今天.
Second2DayNoSymbol Second 转换 FormatYyyyMmDdNoSymbol.
Str2Time 时间字符串按照格式解析出time.Time.
Time2Str time.Time 按照格式返回时间字符串.
# 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
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
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
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