mirror of
https://gitee.com/dromara/carbon.git
synced 2024-12-02 04:07:36 +08:00
修改文档
This commit is contained in:
parent
db7d12c961
commit
89611947b0
@ -1333,9 +1333,9 @@ if err2 != nil {
|
||||
log.Fatal(err2)
|
||||
}
|
||||
|
||||
fmt.Sprintf("%s", person.Birthday1) // 2002-08-05
|
||||
fmt.Sprintf("%s", person.Birthday2) // 13:14:15
|
||||
fmt.Sprintf("%s", person.Birthday3) // 2002-08-05 13:14:15
|
||||
fmt.Sprintf("%s", person.Birthday) // 2002-08-05
|
||||
fmt.Sprintf("%s", person.GraduatedAt) // 13:14:15
|
||||
fmt.Sprintf("%s", person.CreatedAt) // 2002-08-05 13:14:15
|
||||
```
|
||||
|
||||
##### I18n
|
||||
|
Loading…
Reference in New Issue
Block a user