Skip to content

Instantly share code, notes, and snippets.

@JannisRex
Created November 6, 2019 11:04
Show Gist options
  • Save JannisRex/43b274ec05e5c6cc64f2b5f42272cce6 to your computer and use it in GitHub Desktop.
Save JannisRex/43b274ec05e5c6cc64f2b5f42272cce6 to your computer and use it in GitHub Desktop.
const data = [
{
"id": 193,
"date": "2019-10-14 00:00:00",
},
{
"id": 194,
"date": "2019-10-15 00:00:00",
},
{
"id": 195,
"date": "2019-10-16 00:00:00",
},
{
"id": 196,
"date": "2019-10-17 00:00:00",
},
{
"id": 197,
"date": "2019-10-18 00:00:00",
},
{
"id": 198,
"date": "2019-10-19 00:00:00",
},
{
"id": 199,
"date": "2019-10-20 00:00:00",
},
{
"id": 200,
"date": "2019-10-21 00:00:00",
},
{
"id": 201,
"date": "2019-10-22 00:00:00",
},
{
"id": 202,
"date": "2019-10-23 00:00:00",
},
{
"id": 203,
"date": "2019-10-24 00:00:00",
},
{
"id": 204,
"date": "2019-10-25 00:00:00",
},
{
"id": 205,
"date": "2019-10-26 00:00:00",
},
{
"id": 206,
"date": "2019-10-27 00:00:00",
},
{
"id": 208,
"date": "2019-10-28 00:00:00",
},
{
"id": 209,
"date": "2019-10-29 00:00:00",
},
{
"id": 210,
"date": "2019-10-30 00:00:00",
},
{
"id": 211,
"date": "2019-10-31 00:00:00",
},
{
"id": 212,
"date": "2019-11-01 00:00:00",
},
{
"id": 213,
"date": "2019-11-02 00:00:00",
},
{
"id": 214,
"date": "2019-11-03 00:00:00",
},
{
"id": 215,
"date": "2019-11-09 00:00:00",
},
{
"id": 216,
"date": "2019-11-10 00:00:00",
},
{
"id": 217,
"date": "2019-11-16 00:00:00",
},
{
"id": 218,
"date": "2019-11-17 00:00:00",
},
{
"id": 219,
"date": "2019-11-23 00:00:00",
},
{
"id": 220,
"date": "2019-11-24 00:00:00",
},
{
"id": 221,
"date": "2019-11-04 00:00:00",
},
{
"id": 222,
"date": "2019-11-05 00:00:00",
},
{
"id": 223,
"date": "2019-11-06 00:00:00",
},
{
"id": 224,
"date": "2019-11-07 00:00:00",
},
{
"id": 225,
"date": "2019-11-08 00:00:00",
},
{
"id": 226,
"date": "2019-11-11 00:00:00",
},
{
"id": 227,
"date": "2019-11-12 00:00:00",
},
{
"id": 228,
"date": "2019-11-13 00:00:00",
},
{
"id": 229,
"date": "2019-11-14 00:00:00",
},
{
"id": 230,
"date": "2019-11-15 00:00:00",
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment