Télécharger la liste

Description du projet

Active Calendar is a PHP class that generates calendars (month or year view) as HTML tables (XHTML-Valid). It can produce static calendars without any links or calendars with a week number column, navigation controls, a date picker control, event days and content with event URLs, and linkable days (optionally URL or Javascript). The layout can be configured using CSS, and JavaScript is not required. The supported dates (on systems using a 32-bit signed integer Unix time_t) are: 1902-2037 (Unix) and 1971-2037 (Windows), when using the default PHP native date functions, and 100-3000 and later, when using the ADOdb Date Library.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-01-30 21:17 Retour à la liste release
1.1.0

Un enableWeekNum nouvelle méthode publique () a été ajoutée. Une colonne numéro de la semaine peut éventuellement être créé dans le mois et calendriers année. Les numéros de semaine peut être éventuellement liés. Cette méthode peut être utilisée que si vous utilisez une version de PHP supérieure à 4.1.0, et n'est pas soutenu par la date de ADOdb Bibliothèque. Un setFirstWeekDay nouvelle méthode publique () a été ajouté pour spécifier le premier jour de la semaine (dimanche ou lundi). La structure du package de téléchargement a été mis à jour, et d'autres exemples ont été ajoutés.
Tags: Major feature enhancements
A new public method enableWeekNum() has been added. A week number column can optionally be created in the month and year calendars. The week numbers can be optionally linked. This method can be used only if using PHP a version greater than 4.1.0, and is not supported by the ADOdb Date Library. A new public method setFirstWeekDay() has been added to specify the first day of the week (Sunday or Monday). The structure of the download package has been updated, and more examples have been added.

Project Resources