functions-online

Comments

Last comments of user Kaustav Banerjee [www]

On 16. Aug 2013 12:47 Kaustav Banerjee wrote at mktime:

Hey, @rajesh. you can do that using the PHP date() function. e.g. echo date("M d, Y", mktime(0, 0, 0, 16, 8, 2013)); // will print Aug 16, 2013