Replies: 1 comment 3 replies
-
I don't know what would cause that. I tested it with your configuration and it worked. Can you try to reproduce it with this stackblitz https://stackblitz.com/edit/v5-4-minimum-setup |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Somebody to help me!
In multidate mode I select several days, but only the last day returns right hour (view images).
CODE
datePicker Options:
const datePickerOptions = {
inline: true,
sideBySide: true,
allowMultidate: true,
multidateSeparator: ',',
locale: 'es',
tooltips:{},
}
get datetimepicker data:
let datepickerData = $('#datetimepicker').datetimepicker('date').split(',');
console.log(datepickerData);
Beta Was this translation helpful? Give feedback.
All reactions