| Issue 1932: | Events Start Date not work?! | |
| 1 person starred this issue and may be notified of changes. | Back to list |
hi,
this syntax dosn't work for me:
array(
'title'=>'Meeting',
'start'=>'2012-11-23',
'color'=>'#CC0000',
'allDay'=>true,
);
but this work:
var date = new Date();
var d = date.getDate();
var m = date.getMonth();
var y = date.getFullYear();
...
array(
'title'=> 'Meeting',
'start'=> 'js:new Date(y, m, d+12, 15, 0)',
'color'=>'#CC0000',
'allDay'=>true,
)
how to fix it?
Jul 25, 2013
#1
farava...@gmail.com
Jul 25, 2013
where convert string data to object and render? i want change it. i have an event that start: '1392-05-01'(jalali Date) and i want show this event in calendar. but not work. i change date from gregorian To Jalali. but Only problem I have with it. can you tell me that the change is made? thanks for replay.
Aug 25, 2013
(No comment was entered for this change.)
Status:
Duplicate
Mergedinto: 1546 |
|
| ► Sign in to add a comment |