My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1281: Problem JSON events with Hours
1 person starred this issue and may be notified of changes. Back to list
Status:  WontFix
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by albert....@gmail.com, Feb 9, 2012
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
Add the code "allDay" => false in the array PHP.....


Wow  :S I lost all Day with this problem :( 
Aug 15, 2013
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: WontFix
Sign in to add a comment

Powered by Google Project Hosting