Skip to content

Instantly share code, notes, and snippets.

@christemple
Last active August 29, 2015 14:01
Show Gist options
  • Save christemple/96ecb78b66971136ebc4 to your computer and use it in GitHub Desktop.
Save christemple/96ecb78b66971136ebc4 to your computer and use it in GitHub Desktop.
paymentDates
{
[
{ "date": "2012-06-13" },
{ "date": "2012-07-20" },
{ "date": "2012-08-20" },
{ "date": "2012-09-20" }
]
}
{
[
{
"date": "2012-06-13",
"locked": true
},
{ "date": "2012-07-20" },
{ "date": "2012-08-20" },
{ "date": "2012-09-20" }
]
}
{
[
{ "date": "2012-06-13", "billPeriodLength": 'longer' },
{ "date": "2012-07-20" },
{ "date": "2012-08-20" },
{ "date": "2012-09-20" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment