I am using the ganttchart plugin. I download the plugin using json: Plugin: GitHub - JQuery Gantt
{ "name": "Zbigniew Kowalski", "desc": "Administrator", "values": [ {"from": "/Date(1310508000000)/", "to": "/Date(1311026400000)/", "desc": "<b>Type</b>: Task<br/><b>name</b>: Task 5<br/><b>Description</b>: Task desc."} ] },
So, if I try to generate such a block, I get some decent problems with micro-time.
microtime in php gives me: 0.77424900 1315815507 and time: 1315815507
but I need something like 1310508000000.
can't it be the key only to add 0?
source share