Created
April 24, 2017 10:12
-
-
Save varun-raj/57c748c91b5d079e16402590ea71abac to your computer and use it in GitHub Desktop.
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
var cycles = [ | |
{ | |
id: 1, | |
name: "Cycle 1", | |
start_date: "01/01/2017", | |
end_date: "02/28/2017", | |
}, | |
{ | |
id: 2, | |
name: "Cycle 2", | |
start_date: "05/01/2017", | |
end_date: "06/30/2017", | |
}, | |
{ | |
id: 3, | |
name: "Cycle 3", | |
start_date: "07/01/2017", | |
end_date: "10/30/2017", | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment