Array of short month names


/ Published in: PHP
Save to your folder(s)

The names of the months, as returned by date('M', ...)


Copy this code and paste it in your HTML
  1. array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec')

Report this snippet


Comments


You need to login to view comments.