Download JavaScript Code Examples, Tutorials, Reference

Provide thousands of free JavaScript code examples, DHTML, HTML JavaScript Tutorials, Reference and Help. JavaScriptBank.com is the best JavaScript resources




Over 2000+ free Javascript
at JavaScriptBank.com Website

Sampled by JavaScriptBank.com

Inline calendar:

Code: var calendar = new Epoch('cal','flat',document.getElementById('container'),false);

Inline calendar with multiple date selections (rows and columns):

Code: var multiselect_calendar = new Epoch('cal','flat',document.getElementById('container'),true);

Date picker calendar:

Code: var popupcalendar = new Epoch('cal','popup',document.getElementById('inputid'),false);

Epoch Calendar supports automatic date formatting – US, European, or create your own!