some more date examples

some more date examples

  • date('F j, Y, g:i a') = May 24, 2012, 5:53 pm
  • date('m.d.y') = 05.24.12
  • date('j, n, Y') = 24, 5, 2012
  • date('Ymd') = 20120524
  • date('h-i-s, j-m-y, it is w Day z') = 05-53-39, 24-05-12, 5331 5339 4 Thupm12 144
  • date('\i\t \i\s \t\h\e jS \d\a\y.') = it is the 24th day.
  • date('D M j G:i:s T Y') = Thu May 24 17:53:39 CEST 2012
  • date('H:m:s \m \i\s\ \m\o\n\t\h') = 17:05:39 m is month
  • date('H:i:s') = 17:53:39