<?php// Assuming today is March 10th, 2001, 5:16:18 pm, and that we are in the// Mountain Standard Time (MST) Time Zone$today = date("F j, Y, g:i a"); // ...
Example # date() Formatting
Continue reading Example # date() Formatting