ダウンロードリスト

プロジェクト概要

Date_Calc は、PHP クラス計算してカレンダーの日付を操作し、カレンダー形式の日付を取得するために使用です。カレンダーを表示し、1970年より前の日付を 2038年のポストの日付を比較することができますので、それは 32 ビット システム日付スタンプには依存しません。

システム要件

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

2001-01-30 15:12
1.2.4

このリリースでの修正プログラムでバグbeginOfWeek()。
This release fixes a bug in beginOfWeek().

2001-01-30 15:12
1.2.3

カレンダーの週は月曜日から始まるのweeksInYearのバグを修正します。
A fix for a bug in weeksInYear for calendars beginning the week with Monday.

2001-01-30 15:12
1.2.2

endOfPrevMonth()とendOfNextMonthのバグを修正(固定)された。
A bug in endOfPrevMonth() and endOfNextMonth() was fixed.

2001-01-30 15:12
1.2.1

厄介なバグgetCalendarMonth()関数は、バージョン1.2で導入された修正されました。
A nasty bug introduced in version 1.2 in the getCalendarMonth() function was fixed.

2001-01-30 15:12
1.2

begin_weekday定数にするので、クラスに静的(この後方)あなたのスクリプトの互換性を破る可能性があります、そして、4つの新しいfuntionsすべての例では、クラスの静的メソッドを使用することができます(nextDayOfWeek、prevDayOfWeek、extDayOfWeekOnOrAfter、$の変更とnextDayOfWeekOnOrBefore) 。
Changing $begin_weekday to a constant so the class can be used statically (this may break backward compatability with your scripts), use of the static method of the class in all examples, and four new funtions (nextDayOfWeek, prevDayOfWeek, extDayOfWeekOnOrAfter, and nextDayOfWeekOnOrBefore).

プロジェクトリソース