trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

'altFormat' & 'altTimeFormat' is not updating after options set #908

Open mok-liee opened 7 years ago

mok-liee commented 7 years ago

Hello,

after setting the options 'altFormat' & 'altTimeFormat' there runs no update for the visualisation.

obj.datetimepicker('option', {
  'altFormat': 'yy-mm-dd',
  'altTimeFormat': 'hh:mm'
});

Is this normal or maybe an issue?

greetings mok