Time and Date Formats

 

Monday 8th of August 2005 03:12:46 PM
date('l jS \of F Y h:i:s A');

Add text by using \ prints Wednesday the 15th
date('l \t\h\e jS');

it is the 10th day.
date('\i\t \i\s \t\h\e jS \d\a\y.');

MySQL Format 2001-03-10 17:16:18
date("Y-m-d H:i:s");

T for timezone Sat Mar 10 17:16:18 MST 2001
date("D M j G:i:s T Y");