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 Quote Link to comment Share on other sites More sharing options...
CroNiX Posted September 28, 2008 Share Posted September 28, 2008 $newdate=date('l',strtotime($date)); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.