datepicker bug with safari

i am trying to set the value of a datepicker, type: time.
but it doesn’t work on safari
it works on Google chrome.

is there a fix for it ?

I don’t see the issue while checking from my side.

Please check http://webix.com/snippet/c6b334d4 - is it works for you or not ?

i meant using .setValue() method .
but even that works on the snippet but doesn’t work on my development system.
i don’t understand why ?

it’s ok .
i found me problem .
it was the way the browser interpreting the dates.
i used webix.i18n.fullDateFormatDate() , and i worked great.
thanks for your help maksim