
 Steve Rumberg - 2018-02-25 07:13:33
Hi,
 
I would like to open the calendar set to a date that I specify. 
For example, I would like to:
// seed calendar to Feb 24, 2018
$calendar = new Calendar(2018, 02, 24); 
or
$calendar->gen_cal(2018, 02,24);
How do you recommend that I do that?