How to transform Dates #1630
Unanswered
mbwestphal
asked this question in
Q&A
Replies: 1 comment
-
I suggest following this open ticket: #1432 |
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
-
How do I transform OpenAPI stringified dates into JavaScript Dates?
I cannot just use a Regexp because I might accidentally transform a string that is supposed to be a string.
I need to create Dates from properties that are declared dates in OpenAPI.
Beta Was this translation helpful? Give feedback.
All reactions