Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Shivabeach/3966545 to your computer and use it in GitHub Desktop.
Save Shivabeach/3966545 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'
];
@woterr
Copy link

woterr commented Oct 25, 2022

this man must be protected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment