change the date format
-
I want to change the date format <?php echo $day[‘daynum’] ?> from displaying the number to displaying the date like (Mon) I know I could do this <?php echo date(‘D’); ?> but I need to grab the day for each day in the grid
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘change the date format’ is closed to new replies.