moment.js startOf('week') function equivalent in arrow? #1133
-
Hi, I'm looking for an equivalent of this function in arrow. Thank you for any direction. |
Beta Was this translation helpful? Give feedback.
Answered by
krisfremen
Oct 15, 2022
Replies: 1 comment
-
@nikkwong hey there! The naming of the moment.js functions
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
krisfremen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@nikkwong hey there!
The naming of the moment.js functions
startOf
andendOf
in arrow arefloor
andceil
respectively: