Skip to content

Instantly share code, notes, and snippets.

  • Save abdulbasit-dev/7daf41bbc33530dbe66136e33fb2f25c to your computer and use it in GitHub Desktop.
Save abdulbasit-dev/7daf41bbc33530dbe66136e33fb2f25c to your computer and use it in GitHub Desktop.
A Months array
$months = [
'January',
'February',
'March',
'April',
'May',
'June',
'July',
'August',
'September',
'October',
'November',
'December'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment