Skip to content

Commit

Permalink
Add README mention of new methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Hermes committed Mar 9, 2024
1 parent 17b1d3b commit b1bb6a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ fmt.Println(d.ISOWeek())
// 2020 9
fmt.Println(d.Weekday())
// Saturday
fmt.Println(d.YearDay())
// 60
fmt.Println(d.Date())
// 2020 February 29

fmt.Println(d.IsZero())
// false
Expand Down

0 comments on commit b1bb6a6

Please sign in to comment.