Sorry for my english, i found a issue.
I have a input with this config: datetimeFormat: 'D/O/Y'
I put this settings (general settings in .js):
minDatetime: new Date(1900, 0, 1, 0, 0, 0, 0),
maxDatetime: new Date(2150, 11, 31, 0, 0, 0, 0)
For example i have this date 25/01/2016, if i want to put 25/05/1985 when i enter the year the field change to 01/01/1985. I think that the min date has to be checked when i finish enter year or when i trigger the change event of the input.
Regards!!
Sorry for my english, i found a issue.
I have a input with this config: datetimeFormat: 'D/O/Y'
I put this settings (general settings in .js):
minDatetime: new Date(1900, 0, 1, 0, 0, 0, 0),
maxDatetime: new Date(2150, 11, 31, 0, 0, 0, 0)
For example i have this date 25/01/2016, if i want to put 25/05/1985 when i enter the year the field change to 01/01/1985. I think that the min date has to be checked when i finish enter year or when i trigger the change event of the input.
Regards!!