crossfields Posted February 24, 2009 Share Posted February 24, 2009 I am having a brain freeze day today so I thought I would try and post to here to see if anyone can point me in the right direction. date( "D", mktime( 0, 0, 0, 2, $i ) ); I need to make the default viewing day SAT at the moment the 2 sets the day to this but next month it will change again is there a way that anyone can think of that will keep the first displayed day to SAT. Link to comment https://forums.phpfreaks.com/topic/146629-set-default-day/ Share on other sites More sharing options...
The Little Guy Posted February 24, 2009 Share Posted February 24, 2009 I get saturday with this: <?php echo date( "D", mktime( 0, 0, 0, 2, $i ) ); ?> Link to comment https://forums.phpfreaks.com/topic/146629-set-default-day/#findComment-769810 Share on other sites More sharing options...
crossfields Posted February 24, 2009 Author Share Posted February 24, 2009 Yes but next month will be different. Link to comment https://forums.phpfreaks.com/topic/146629-set-default-day/#findComment-769821 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.