Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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-02-23 12:23
1.2.0

Ein enableMonthNav Unterklasse wurde hinzugefügt. Die Klasse kann Wochen Kalender (eine oder mehrere Zeilen) nach dem Datum oder die Nummer der Woche des Jahres, auf die Klasse mit zwei öffentlichen Methoden übergeben zu generieren, showWeeks () und showWeeksByID (). Der Aufbau des Download-Paket wurde aktualisiert und ein Beispiel wurde demonstriert, wie der 'Active Calendar als Popup Datumsauswahl in einer Form verwendet werden können, aufgenommen.
Tags: Major feature enhancements
An activeCalendarWeek subclass was added. The class can generate week calendars (one or multiple rows) according to the date or the week number of the year passed to the class using two public methods, showWeeks() and showWeeksByID(). The structure of the download package was updated and an example was added for demonstrating how the Active Calendar can be used as a popup date selector in a form.

2006-02-03 15:18
1.1.1

Die öffentliche Methode showYear () wurde geändert, um einen zweiten optionalen Parameter, der den Preis angibt Monate im Jahr Kalender akzeptieren. Die Beispiel-Skripte im Download-Paket wurden aktualisiert.
Tags: Minor feature enhancements
The public method showYear() has been modified to accept a second
optional parameter that specifies the starting month in the year
calendar. The example scripts in the download package have been updated.

2006-01-30 21:17
1.1.0

Eine neue öffentliche Methode enableYearNav () wurde hinzugefügt. Eine Woche Anzahl Spalte kann optional in dem Monat und Jahr Kalender erstellt werden. Die Woche Zahlen kann optional verknüpft werden. Diese Methode kann nur verwendet werden, wenn ein PHP-Version größer als 4.1.0, und nicht durch die ADOdb Date Library unterstützt. Eine neue öffentliche Methode setFirstWeekDay () wurde hinzugefügt, um dem ersten Tag der Woche festlegen (Sonntag oder Montag). Der Aufbau des Download-Paket wurde aktualisiert, und weitere Beispiele wurden hinzugefügt.
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.

2005-10-13 00:59
1.0.6

Die private Methode () modifizieren wurde geändert. Die generierten Link-Struktur wird nicht durch nicht beeinträchtigt werden boolesche Werte, die auf FALSE, zu bewerten wie zum Beispiel 0 oder "".
Tags: Code cleanup
The private method mkUrl() has been modified. The generated link structure will not be affected by non-boolean values that evaluate to FALSE, such as 0 or "".

2005-07-31 08:22
1.0.5

Die öffentliche Methode showMonth () wurde geändert. Die Klasse kann nun optional zu generieren und zeigt die Kalendertage, die nicht angehören, den aktuellen Monat.
Tags: Minor feature enhancements
The public method showMonth() has been modified.
The class can now optionally generate and display
the calendar days that do not belong to the
current month.

Project Resources