Arnes
1
Hi,
It seems that new version of webix has changed default behavior for calender. Can you plese help me bridge this.
When user select some date, I would like to show only date. With new version, time stamp is included also. Can we show and return only date somehow?
http://webix.com/snippet/677b86be
Maria
2
Hi,
The default date format has been changed - ā%Y-%m-%d %H:%iā:
You may use the following to define date format without time:
webix.i18n.parseFormat = ā%Y-%m-%dā;
webix.i18n.setLocale();
http://webix.com/snippet/5a5c58f0