date in PHP

Syntax of date in PHP string date(string format[, int timestamp]) Formats a time and date according to the format string provided in the first parameter. If the second parameter is not specified, the current time and date is used. The following characters are recognized in the format string: a “am” or “pm”A “AM” or “PM”B … Read more