ダウンロードリスト

プロジェクト概要

Active CalendarはHTML(XHTML有効)テーブルとしてカレンダー(月または年表示)を生成するPHPクラスです。いかなるリンクも持たない静的なカレンダー、もしくは週数列、ナビゲーションコントロール、日付イベント、日付ピッカーコントロール、イベントURL付のコンテンツ、リンク可能な日付(オプションでURLやJavascript)を備えたカレンダーを生成することができます。レイアウトはCSSで構成することができ、JavaScriptは必須ではありません。(32ビット符号あり整数Unix time_tを使用しているシステムで)サポートされる日付:1902年から2037年(Unix)と1971年から2037年(Windows)をするときの機能を使用してデフォルトのPHPのネイティブの日付、および100から3000以降では、使用するときADOdbの日付ライブラリ。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2006-02-23 12:23
1.2.0

activeCalendarWeekサブクラスが追加されました。クラス(1つまたは複数の行)は、日付や今年のクラスは2つのパブリックメソッドを使用して渡されたの週数によると、showWeeks()とshowWeeksByID週のカレンダーを生成することができます()。ダウンロードパッケージの構造と更新の例では、Activeカレンダー形式でポップアップ日付セレクタとして使用されることを示すために追加されました。
タグ: 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

パブリックメソッドshowYear()は、開始月、今年のカレンダーで指定する2番目のオプションのパラメータを受け入れるように変更されています。ダウンロードパッケージにはサンプルスクリプトが更新されている。
タグ: 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

新しいパブリックメソッドenableWeekNum()が追加されている。週数の列に応じて、月と今年のカレンダーで作成することができます。週番号を任意にリンクすることができます。このメソッドは、場合にのみ、4.1.0以上のPHPのバージョンを使用して、使用することができますADOdb Date Libraryをサポートしていません。新しいパブリックメソッドsetFirstWeekDay()は、週の最初の日を指定するに追加されています(日曜日または月曜日)。ダウンロードパッケージの構造、および更新されているより多くの例が追加されている。
タグ: 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

プライベートメソッドmkUrl(変更)されている。生成されたリンク構造の非によって影響されませんブール値がFALSEの場合、0や""といったとして評価されます。
タグ: 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

パブリックメソッドshowMonth()が変更されています。クラスは、オプションを生成することができますが、現在の月に属していないカレンダーの日を表示します。
タグ: 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.

プロジェクトリソース