| Issue 1281: | Problem JSON events with Hours | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Displays the full day, but should show the start and end times.
Se ve como todo el día, pero no es todo el día:
echo json_encode(array(
//event with hour
array(
'id' => 222,
'title' => "Event2",
'start' => "$year-$month-20 10:00:00",
'end' => "$year-$month-20 12:00:00",
'url' => "http://yahoo.com/"
)
));
Attachment 3 examples in the folder 'demos', with 3 different formats but does not work either.
Here the demo: http://inspiracion.xtreemhost.com/fullcalendar.zip
json1.html > json1.php
json2.html > json2.php
json3.html > json3'php
Feb 9, 2012
#1
albert....@gmail.com
Aug 15, 2013
(No comment was entered for this change.)
Status:
WontFix
|
|
| ► Sign in to add a comment |