JSON Date Format

Hello,
I’m trying to find documentation on how to correctly specify dates when loading data from a JSON file. Can you please provide an example?

Would this work?

{total_count:50000,
pos:0,
rows:[
       {  id:1002,
          selected:true, // select row
          style:"color:red;", // assign style
          userdata:{"name1":"ud1","name2":"ud2"},//setting row userdata
     data:[
          "1000",
          "Blood and Smoke",
          {"value":"01-25-2013","type":"date"}, // specify date type
          ]
       }
]}

From: docs.dhtmlx.com/doku.php?id=dhtm … at_details

Unfortunately there is no “date” excell type in dhtmlxgrid.
All available column types you can find here:
docs.dhtmlx.com/doku.php?id=dhtm … cell_types

Please, try to use “dhxCalendar”/“dhxCalendarA” excell.