Problem in post date value to server

Hi, can anyone to solve my problem.

When I get post a date value(31/01/1991) to server it changed to (1991-01-30T18:30:00.000Z)

I want to post original value to server

Ctrl+right key to post edited cell…

http://webix.com/snippet/ab612549

Hi,

Dob property of each item is Date object. So, please apply your show_date function before sending this value if you want to convert it to string.

Starting from Webix 2.4, during ajax operations all date objects will be serialized according to the webix.i18n.parseFormat format