What is @internationalized/date
's equivalent of date-fns
' parseISO
?
#7084
Unanswered
shyakadavis
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think you're looking for parseDateTime? https://react-spectrum.adobe.com/internationalized/date/CalendarDateTime.html#introduction |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
date-fns
has a method calledparseISO
which parses the given string in ISO 8601 format and returns an instance of Date.Was wondering if anyone could tell me the equivalent of said method in
@internationalized/date
.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions