Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 620 Bytes

README.md

File metadata and controls

20 lines (20 loc) · 620 Bytes

js-timeclock

This is a Javascript timeclock to choose amounts of time during the week. Example Image

how to use?

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>

json structure

you´ll get the following json structure

[
    {"start":"tu0630","end":"tu1130"},
    ...
]

other

if you have any ideas to improve this or you notice any bugs feel free to create an issue.