This is a Javascript timeclock to choose amounts of time during the week.
include timeclock.min.js and timeclock.min.css into your page. you need the following html elements in your page:
<input id="timeclockInput" type="hidden">
<div id="timeclock-container"></div>
you´ll get the following json structure
[
{"start":"tu0630","end":"tu1130"},
...
]
if you have any ideas to improve this or you notice any bugs feel free to create an issue.