gple Posted September 28, 2008 Share Posted September 28, 2008 $date="2008-09-29"; what function can i use to display the day of the week for the variable $date Link to comment https://forums.phpfreaks.com/topic/126202-solved-getting-day-of-week-from-date-variable/ Share on other sites More sharing options...
CroNiX Posted September 28, 2008 Share Posted September 28, 2008 $newdate=date('l',strtotime($date)); Link to comment https://forums.phpfreaks.com/topic/126202-solved-getting-day-of-week-from-date-variable/#findComment-652581 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.