thekingsimo / jquery-week-calendar

Automatically exported from code.google.com/p/jquery-week-calendar
0 stars 0 forks source link

Use timstamp to load data in json format #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, i try lo set start and end dates for an event in timestamp format
but i don't see the events . 
For example

[
    {"id":1, "start":1252324859, "end":1252328467, "title":"Lunch with Mike"}
]

if a try to use

[
    {"id":1, "start":"2009-05-10T13:15:00.000+10:00",
"end":"2009-05-10T14:15:00.000+10:00", "title":"Lunch with Mike"}
]
The example work well... what happends?

Original issue reported on code.google.com by ulises.n...@gmail.com on 7 Sep 2009 at 12:18

GoogleCodeExporter commented 8 years ago
This is a double post

Original comment by robmo...@gmail.com on 22 Sep 2009 at 11:33