Skip to content

jo2/js-timeclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published