php date in human readable form

Solutions on MaxInterview for php date in human readable form by the best coders in the world

showing results for - "php date in human readable form"
Irene
23 Jan 2019
1$timestamp = "2013-09-30 01:16:06";
2echo date("F jS, Y", strtotime($timestamp)); //September 30th, 2013