Downloadliste

Projektbeschreibung

Date_Calc is a PHP class used to calculate and manipulate calendar dates and retrieve dates in a calendar format. It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038.

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.

2001-01-30 15:12
1.2.4

Diese Version behebt einen Fehler in beginOfWeek ().
This release fixes a bug in beginOfWeek().

2001-01-30 15:12
1.2.3

Ein Fix für einen Bug in WOCHENIMJAHR für Kalender Anfang der Woche mit Montag.
A fix for a bug in weeksInYear for calendars beginning the week with Monday.

2001-01-30 15:12
1.2.2

Ein Fehler in endOfPrevMonth () und endOfNextMonth () festgesetzt worden war.
A bug in endOfPrevMonth() and endOfNextMonth() was fixed.

2001-01-30 15:12
1.2.1

Ein böser Fehler in der Version 1.2 im getCalendarMonth ()-Funktion eingeführt wurde behoben.
A nasty bug introduced in version 1.2 in the getCalendarMonth() function was fixed.

2001-01-30 15:12
1.2

Ändern $ begin_weekday auf einen konstanten, damit die Klasse statisch verwendet werden kann (dies kann zu brechen Abwärtskompatibilität mit Ihren Skripten), Nutzung der statischen Methode der Klasse in allen Beispielen, und vier neue funtions (nextDayOfWeek, prevDayOfWeek, extDayOfWeekOnOrAfter und 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).

Project Resources