Jump to content

YUI calendar


nashsaint

Recommended Posts

This should be under javascript though

but if I read the documentation on http://developer.yahoo.com/yui/calendar/

and that is the calendar you're using, then simply put php between it

 

var myCalendar = new YAHOO.widget.Calendar("myCalendar", "myCalendarContainer"); 
myCalendar.cfg.setProperty("selected","<?php echo($date);?>",false); 
myCalendar.render(); 

You would have to format the date right if this is what you mean

Link to comment
https://forums.phpfreaks.com/topic/145174-yui-calendar/#findComment-762171
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.