You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After that, my date comes like this:
Start date: 09/12/2022
End date: 09/05/2022
Anyway, what I would like to do is convert this received date into something like this: 2022-09-12 and 2022-09-05. Is there a way to do this using Flatpickr?
I tried to use parseDate as it is in the documentation, but I couldn't and I don't know if it would work for my context.
The text was updated successfully, but these errors were encountered:
Is there any way to convert the date selected by Flatpickr itself?
For example:
I select the date in the range of September 5, 2022 to September 12, 2022.
I can get my date through onChange:
After that, my date comes like this:
Start date: 09/12/2022
End date: 09/05/2022
Anyway, what I would like to do is convert this received date into something like this: 2022-09-12 and 2022-09-05. Is there a way to do this using Flatpickr?
I tried to use parseDate as it is in the documentation, but I couldn't and I don't know if it would work for my context.
The text was updated successfully, but these errors were encountered: