Tag:
HTML


How to create a Calendar using JavaScript
18th of December 2011

A while ago I tried to find some example code of how to create a javascript based calendar to embed on my web pages.
After a bit of searching I gave up, since almost all of the controls are part of AJAX installations which I didn't want to use.
Instead I sat down and wrote my own javascript control to use for calendars.
Below is an example and there is a download link beneath it for a zip file containing the source code.
The code is provided "as is" and does not come with any guarantees or restrictions.

Updated on 28th of December 2011: Includes fixes for non-IE browsers





Download source code here

< Go Back



Copyright 2011-2012
Adrian Dunstan