How to get the shortened names of Weekdays and months #4631
Answered
by
sffc
HolgerGottChristensen
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
sffc
Feb 26, 2024
Replies: 1 comment 1 reply
-
You can access this information using one of two experimental APIs:
Note that option 1 is released on crates.io but option 2 is newer code. When we have semantic skeleta (#1317) that will be another option to access this data. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HolgerGottChristensen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can access this information using one of two experimental APIs:
weekday
withText::Short
LLLL
andccc
Note that option 1 is released on crates.io but option 2 is newer code. When we have semantic skeleta (#1317) that will be another option to access this data.