Input Date Format DD-MM-YYYY
Example 15-01-2012
I have a booking date stored in Session variable $_SESSION['Date'] and date is in format "DD-MM-YYYY" I want to pass this date date('l jS \of F Y') so that i can get the out put in following as Sunday, 15 of January
Can i do this with date or i have to use some other function. I did google it but could not find much & confusing to me as i am new to php
Any reply of appreciated
That’s taking what you provided assuming you used PHP Date for reference