2.1.5 新增 DateMilli(),DateMicro(),DateNano(),TimeMilli(),TimeMicro() 等方法

This commit is contained in:
gouguoyin 2022-05-01 09:11:14 +08:00
parent 8cf6e089e1
commit ef11b0a715

View File

@ -5,7 +5,7 @@ import (
) )
// DaysInYear gets total days in year like 365. // DaysInYear gets total days in year like 365.
// 获取本年的总天数 // 获取本年的总天数1
func (c Carbon) DaysInYear() int { func (c Carbon) DaysInYear() int {
if c.IsInvalid() { if c.IsInvalid() {
return 0 return 0