Thursday, 5 September 2013

Modify date time string in readable format in php

Modify date time string in readable format in php

I have got this below datetime as string.
2013-12-31T00:00:00+01:00
I would like to show this as
31/12/2013 1am
Please suggest me how can I achieve this using php datetime.
Thanks in advance.

No comments:

Post a Comment