Skip to content

Instantly share code, notes, and snippets.

Created January 15, 2014 08:48
Show Gist options
  • Save anonymous/51488b03cd7b366a8c7e to your computer and use it in GitHub Desktop.
Save anonymous/51488b03cd7b366a8c7e to your computer and use it in GitHub Desktop.
<operating_hours>
<sunday>
<open>true</open>
<open_time>07:00</open_time>
<close_time>19:00</close_time>
</sunday>
</operating_hours>
<operating_hours>
<sunday open="true">
<open_time>07:00</open_time>
<close_time>19:00</close_time>
</sunday>
</operating_hours>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment