JavaScript class to create a monthly calendar
Write a Review
Add to My Favorite
Refer it to Friend
Report Broken Link
Other links at JavaScript > Scripts and Programs > Calendars
The event calendar on many group's web sites is often a key resource for their visitors. During an extended bout of unemployment I did some volunteer web site work for a local organization to which I belong and investigated how other groups were doing the event calendars on their sites.
I was looking for a way to put up an interactive event calendar on the site that would show the current month, but also let you flip backwards or forwards to other months as you would in a print calendar. I also wanted it to be inexpensive (preferably FREE), easy to maintain, visually attractive, plus not require any server-side scripting capability which our webhost provider did not include with our bare-bones webhosting package.
Category:
Supports unlimited number of calendars in a page.
Provides In-Page version and Popup-Window version.
In-Page version supports static calendars and popup calendars.
Provides plug-in features via mod scripts, including:
Dropdown lists to pick month and year
Date ranges
Open links from dates
Styles for special dates
Display date info
Date tooltip
Image tile background
Calendar styles defined with CSS.
Flexible calendar layout.
Supports relative positioning and mouse-click positioning.
Provides user functions for date manipulation.
Category:
The EPB Calendar Date Selector, true to its name, is a JavaScript object that creates a calendar so that your users may submit date information to web forms without needing to type in a date.
Category:
An excellent example to show you how simple it is to use the dynamical date range constraint.
All past dates are not selectable.
You won't be able to start after the end-date or end before the start-date.
You can prevent the user from editing the input boxes directly by setting it to readonly, e.g.
Category:
Calendar web control provides server/client side API to use in your projects. Client side implemented as a DHTML web control using javascript.
Web control has a delegate onDateChanged that can be used to register your function to handle date selection in WEB 2.0 applications.
Server side implemented using PHP/ASP.NET languages.
Client/server communication handled by using cookies. Thus you can always process user input on any web page
Category: