Download List

프로젝트 설명

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.

System Requirements

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.

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).

Project Resources