-
Assuming I have a date stored in a string, how do I convert it into an EDate? |
Beta Was this translation helpful? Give feedback.
Answered by
kolovos
Mar 12, 2025
Replies: 2 comments
-
The underlying representation of
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Actually, EOL provides a built-in
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kolovos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually, EOL provides a built-in
asDate()
method so the code above could be simplified to: