some more date examples

some more date examples

  • date('F j, Y, g:i a') = February 11, 2012, 12:01 pm
  • date('m.d.y') = 02.11.12
  • date('j, n, Y') = 11, 2, 2012
  • date('Ymd') = 20120211
  • date('h-i-s, j-m-y, it is w Day z') = 12-01-18, 11-02-12, 0129 0118 6 Satpm12 41
  • date('\i\t \i\s \t\h\e jS \d\a\y.') = it is the 11th day.
  • date('D M j G:i:s T Y') = Sat Feb 11 12:01:18 CET 2012
  • date('H:m:s \m \i\s\ \m\o\n\t\h') = 12:02:18 m is month
  • date('H:i:s') = 12:01:18