Forked from Shivabeach/Months Array written for php, but can be used for javascript with added const
Created
June 12, 2022 08:42
-
-
Save abdulbasit-dev/7daf41bbc33530dbe66136e33fb2f25c to your computer and use it in GitHub Desktop.
A Months array
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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