LYCOS RETRIEVER
Calendar: Dates
built 216 days ago
The Calendar component is a UI control that enables users to choose one or more dates from a graphical calendar presented in a single-page or multi-page interface. Calendars are generated entirely via script and can be navigated without any page refreshes. They are ... highly configurable, with the ability to customize the contents and look of rendered cells using custom renderer plugins.
Source:
A new Version 2 of the Calendar module is being developed. It is designed to work with Version 2 of the Date API and has a number of other improvements. The current status of this code is RC (release candidate) and it may not be production-ready.
Source:
Although binding to a data source is not supported for the Calendar control, you can modify the content and formatting of the individual date cells. Before the Calendar control is displayed on the Web page, it creates and assembles the components that make up the control. The DayRender event is raised when each date cell in the Calendar control is created. You can control the contents and formatting of a date cell as it is created by providing code in the event handler for the DayRender event. For additional information on customizing the contents of a date cell, see OnDayRender.
Source:
After updating the files on your system, you'll find the Calendar modules in a new Date/Time section of the admin/build/modules page. Be sure to visit update.php to update your database. Make sure to set up your site timezone name after installing the new Date API.
Source:
Calendar is an ASP.NET AJAX extender that can be attached to any ASP.NET TextBox control. It provides client-side date-picking functionality with customizable date format and UI in a popup control. You can interact with the calendar by clicking on a day to set the date, or the "Today" link to set the current date.
Source: