show date and time in php
Posted
by
abhishek
on Stack Overflow
See other posts from Stack Overflow
or by abhishek
Published on 2011-02-11T07:21:53Z
Indexed on
2011/02/11
7:25 UTC
Read the original article
Hit count: 136
0 down vote
hi,
I have problem in showing $date="2011-02-10 15:26:20"; in the format of Thursday 10th of February 2011 03:26:20 PM in php.
i know there is one date function in php and can be done in one line for example: but via this it will flash today date or so.
i want to do it when user check any date and want that date in the format which i mention earlier.
please revert me back as soon as posib....
thanks
© Stack Overflow or respective owner