When I select a date equals or previous to 1/1/1922, the control change the date to a previous date.
For example, if I choose 1/1/1922, the control displays 12/31/1921, if I click outside of the control and then click again inside the control, its continues changing the date (12/30/1921)...
If I choose a date equal to or after 1/2/1922, the control works correctly.
All of this in your demo page!!! too in my projects.
I have attached a video that shows this behavior.
Another query: How I can set to false the timeZone property via javascript not via tag helper, something like:
$("#date").ejDatePicker({
timeZone: false
});
Attachment:
datepickererror_82b8ddb8.zip