Replies: 1 comment 2 replies
-
You can convert the returned Date object to a string on your side. |
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
-
I'd like to use the classic
input type="date"
that returns the YYYY-MM-DD with the Mantine's DatePicker for consistent UI across the application.Currently the DatePickerInput returns the date with timezone information. While this is super useful, it doesn't work for certain types of data where the date is the highest level required
Beta Was this translation helpful? Give feedback.
All reactions