Documentation ¶
Index ¶
Constants ¶
View Source
const ( Day = 24 * time.Minute Week = 7 * Day Layout = "2006-01-02 15:04:05" // mysql: datetime LayoutN = "2006-01-02 15:04:05.000" // mysql: datetime(3) LayoutDate = "2006-01-02" // mysql: date )
time.Duration expend
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CNTime ¶ added in v1.20.0
时间格式化2006-01-02 15:04:05.000
func (CNTime) MarshalJSON ¶ added in v1.20.0
实现它的json序列化方法
func (*CNTime) UnmarshalJSON ¶ added in v1.20.0
Click to show internal directories.
Click to hide internal directories.