My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1932: Events Start Date not work?!
1 person starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Merged:  issue 1546
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by farava...@gmail.com, Jul 25, 2013
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
sorry, work it.

;)
Jul 25, 2013
#2 farava...@gmail.com
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
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Duplicate
Mergedinto: 1546
Sign in to add a comment

Powered by Google Project Hosting