Parsing Additional Date Array Values #320
-
Currently we can parse Date arrays for month and year via the following:
However it would be fantastic if we could parse additional components, such as:
I.e. Given the following |
Beta Was this translation helpful? Give feedback.
Answered by
OrestZborowski-SIG
Aug 24, 2022
Replies: 1 comment 1 reply
-
There are additional date/time types available, such as |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
OrestZborowski-SIG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are additional date/time types available, such as
DateTimeNano
. Could those be useful here?