Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[@mantine/dates] DateTimePicker: Set milliseconds to 0 on the result …
…date object (#7328) This sets the milliseconds to 0. Otherwise comparisons with Dates changed by the datetimepicker become very annoying. For Example: ```new Date('2025-01-01T16:00+0100') >= <DatePickedWithDateTimePicker>``` is always false because of the milliseconds added.
- Loading branch information