Skip to content

Commit

Permalink
fix notes for quarter workaround (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
infanf authored Mar 4, 2023
1 parent 33f7957 commit 5573a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/moment.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Here's a rough mapping of DateTime methods in Moment to ones in Luxon. I haven't
| Second of minute | `second()` | `second` | |
| Millisecond of seconds | `millisecond()` | `millisecond` | |
| Week of ISO week year | `weekYear`, `isoWeekYear` | `weekYear` | |
| Quarter | `quarter` | None | Just divide the months by 4 |
| Quarter | `quarter` | None | Just divide the months by 3 |

#### Programmatic get and set

Expand Down

0 comments on commit 5573a2e

Please sign in to comment.