Show textual Day for any date?
Posted: Fri Aug 20, 2010 11:03 am
I am pulling information from a database, one field containing a date.
I the date is display DD/MM/YYYY. Next to this I would like to show the textual date. E.g Monday.
I have looked into this and found the date function coding. But how do I edit this so it works on any date.
[/syntax][/syntax]
Any help given I will be very helpful
V
I the date is display DD/MM/YYYY. Next to this I would like to show the textual date. E.g Monday.
Code: Select all
<? echo $info['date']; ?>Code: Select all
[syntax=php][syntax=php]echo date("l");Any help given I will be very helpful
V