Support 3 and 4 letter month parameters for toFormat #254
edwardmjackson
started this conversation in
Ideas
Replies: 1 comment
-
Hey @edwardmjackson . Sorry for the late reply, i did not see this discussion until now. I created a PR to have more formatting options: #277 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Appreciate the locale difficulties here, but is there a way to support 3 and 4 letter parameters (e.g., MMM, and MMMM) for the toFormat method?
Currently, I see this:
Ideally, it would return 'Jul'.
I can do workarounds by converting to a JS Date or using MomentJS, it's just a bit messy.
Beta Was this translation helpful? Give feedback.
All reactions