package
1.0.16
Repository: https://github.com/igoogle-ink/gopher.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
格式化Date成字符串 格式化前输入样式:2019-01-04T15:40:00Z 或 2019-01-04T15:40:00+08:00 格式化后返回样式:2019-01-04.
格式化Datetime字符串 格式化前输入样式:2019-01-04T15:40:00Z 或 2019-01-04T15:40:00+08:00 格式化后返回样式:2019-01-04 15:40:00.
获取本月 日期.
获取本周 7天 日期.
获取上一个月 日期.
获取最近 7天 日期.
获取最近 30天 日期.
No description provided by the author
解析日期 日期字符串格式:2006-01-02.
解析时间 时间字符串格式:2006-01-02 15:04:05.

# 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

# Type aliases

Duration be used json unmarshal string time, like 1s, 500ms.
Time be used to MySql timestamp converting.