[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - Set new date
Page 1 of 1

Set new date

PostPosted: Fri Sep 28, 2007 3:21 am
by mr t
Does anyone know how i can dynamicaly set a new date?

For example:
My calendar shows the date 2/10/2007. i would like to set a new date 9/10/2007 that will update the calendar from a code (not mouse click). I can use setDisplayedMonth(10) and setDisplayedYear(2007) but how do i set the day?

Thanks
Mr t

PostPosted: Fri Sep 28, 2007 1:19 pm
by Batalf

PostPosted: Mon Oct 01, 2007 12:35 am
by mr t