Skip to content

Instantly share code, notes, and snippets.

@manojbecs
Last active December 29, 2015 00:59
Show Gist options
  • Save manojbecs/7590352 to your computer and use it in GitHub Desktop.
Save manojbecs/7590352 to your computer and use it in GitHub Desktop.
Default weekly clinic hours
{
"Monday": {
"wake_up": ["7:00"],
"sleep":["17:00"]
},
"Tuesday" : {
"wake_up": ["7:00"],
"sleep":["17:00"]
},
"Wednesday" : {
"wake_up": ["7:00"],
"sleep":["17:00"]
},
"Thursday": {
"wake_up": ["7:00"],
"sleep":["17:00"]
},
"Friday" : {
"wake_up": ["7:00"],
"sleep":["17:00"]
},
"Saturday" : {
"wake_up": [],
"sleep":[]
},
"Sunday" :{
"wake_up": [],
"sleep":[]
},
"vacations": ["28-Nov-2013","29-Nov-2013","24-Dec-2013","25-Dec-2013"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment