Skip to content

Instantly share code, notes, and snippets.

@varun-raj
Created April 24, 2017 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save varun-raj/57c748c91b5d079e16402590ea71abac to your computer and use it in GitHub Desktop.
Save varun-raj/57c748c91b5d079e16402590ea71abac to your computer and use it in GitHub Desktop.
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