You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like a bug, because I want first one to select only years and second one to select only date.
I applied different configuration/formats/viewModes to both but it is not working as expected.
When I click on first one I need to see only years selector and when I click on year it must change value in input box to the new selected year - not to go to the level bellow (months) as it is doing now.
When I click on calendar icon in second datetimepicker it should show me the date selector (now it shows me years selector).
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Have two datepickers in example: JS Fiddle example
It looks like a bug, because I want first one to select only years and second one to select only date.
I applied different configuration/formats/viewModes to both but it is not working as expected.
When I click on first one I need to see only years selector and when I click on year it must change value in input box to the new selected year - not to go to the level bellow (months) as it is doing now.
When I click on calendar icon in second datetimepicker it should show me the date selector (now it shows me years selector).
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: