[web2py] Re: Making a simple scheduler.

2013-10-06 Thread Ramesh Kumar
Hey, Can you please tell how you finally did with the calendar thing? Thanks, Ramesh -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this

[web2py] Re: Making a simple scheduler.

2013-03-25 Thread Derek
Here's a bit of javascript that will create a calendar for you... it won't offset the date by the day number, but it's a start anyway... .calendarDay { width: 100px; float: left; } var monthStart = new Date(2013, 3, 1); var monthEnd = new Date(2013, 3 + 1, 1); var monthLength = (monthEnd - m