Skip to content

Commit

Permalink
Update README.cn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Aug 27, 2023
1 parent 50d300c commit 02f67ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import (
```go
// 今天此刻
fmt.Sprintf("%s", carbon.Now()) // 2020-08-05 13:14:15
carbon.Now() // 2020-08-05 13:14:15
carbon.Now().String() // 2020-08-05 13:14:15
carbon.Now().ToString() // 2020-08-05 13:14:15 +0800 CST
carbon.Now().ToDateTimeString() // 2020-08-05 13:14:15
// 今天日期
Expand Down

0 comments on commit 02f67ad

Please sign in to comment.