Date time format.

Hi,
I want in my application to display the date time in this format-- ‘2016-6-5 下午 05:41’ . Instead of am/pm I am trying to display in chinese as my locale is chinese.

I am using fullDateFormat:"%Y/%n/%j %G:%i" . How can I display in above mentioned format? What fullDateFormat I have to give? Please Share the code snippet ASAP.

Hi,

Unfortunately, there’s a bug and it will be fixed in the next version.

After the fix, the needed format will look like

format:webix.Date.dateToStr("%Y-%n-%j %A %h:%i")