-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from 100-hours-a-week/feature/lucy
Feature/lucy
- Loading branch information
Showing
28 changed files
with
1,058 additions
and
1,013 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
export const year = [ | ||
"2014", | ||
"2015", | ||
"2016", | ||
"2017", | ||
"2018", | ||
"2019", | ||
"2020", | ||
"2021", | ||
"2022", | ||
"2023", | ||
"2024", | ||
]; | ||
|
||
export const month = [ | ||
"01", | ||
"02", | ||
"03", | ||
"04", | ||
"05", | ||
"06", | ||
"07", | ||
"08", | ||
"09", | ||
"10", | ||
"11", | ||
"12", | ||
]; | ||
|
||
export const day = [ | ||
"01", | ||
"02", | ||
"03", | ||
"04", | ||
"05", | ||
"06", | ||
"07", | ||
"08", | ||
"09", | ||
"10", | ||
"11", | ||
"12", | ||
"13", | ||
"14", | ||
"15", | ||
"16", | ||
"17", | ||
"18", | ||
"19", | ||
"20", | ||
"21", | ||
"22", | ||
"23", | ||
"24", | ||
"25", | ||
"26", | ||
"27", | ||
"28", | ||
"29", | ||
"30", | ||
"31", | ||
]; |
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
Oops, something went wrong.