Skip to content

Instantly share code, notes, and snippets.

@abergs
Last active January 4, 2016 21:59
Show Gist options
  • Select an option

  • Save abergs/8685050 to your computer and use it in GitHub Desktop.

Select an option

Save abergs/8685050 to your computer and use it in GitHub Desktop.
{
Start: "2014-01-01 00:00:01",
End: "2014-01-31 00:00:01",
TotalWorkedHours: "01:02:03",
TotalBreakHours: "01:02:03",
Days: [
{
Date: "2014-01-01 00:00:01",
TotalWorkedHours: "01:02:03",
TotalBreakHours: "01:02:03",
Shifts: [
{
Start: "2014-01-01 00:00:01",
End: "2014-01-01 00:00:01"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment