|
@ -2,8 +2,8 @@ package grmi |
|
|
|
|
|
|
|
|
import ( |
|
|
import ( |
|
|
"LAPP_GAAS_GFrame_BACKEND/utils" |
|
|
"LAPP_GAAS_GFrame_BACKEND/utils" |
|
|
"encoding/json" |
|
|
|
|
|
"fmt" |
|
|
"fmt" |
|
|
|
|
|
json "github.com/json-iterator/go" |
|
|
"time" |
|
|
"time" |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
@ -34,4 +34,4 @@ func (self *Date) Restore() time.Time { |
|
|
func (self *Date) ToString() string { |
|
|
func (self *Date) ToString() string { |
|
|
date := self.Restore() |
|
|
date := self.Restore() |
|
|
return date.Format(DateOutFormat) |
|
|
return date.Format(DateOutFormat) |
|
|
} |
|
|
|
|
|
|
|
|
} |