Web based weekly planner
Posted
by Calum
on Stack Overflow
See other posts from Stack Overflow
or by Calum
Published on 2010-04-16T10:35:37Z
Indexed on
2010/04/16
18:23 UTC
Read the original article
Hit count: 304
Hello
I'm looking to implement a web based weekly planner where a user can set when they will be unavailable to work. The state of the week will be saved as a 'varbinary' with a length of 168 which will represent every hour of everyday of a week. The database only needs to store the value of one week as the times unavailable to work will be the same each week. I'm looking for a quick and effective method, possibly based on jquery.
Thanks
© Stack Overflow or respective owner