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

모든 기능에 대한 인수가 나열 년, $ 달에 $ 달러 매일, $ 한달 $ 년 $에서 더 나은 가용성을 재배열했다. 이것은 이전 버전의 Date_Calc 스크립트를 사용하여 이전 버전과의 호환성을 분할합니다. 이 새로운 버전을 사용하기 전에 스크립트를 업데이 트해야합니다. 만약 프로그래밍 로직 년, 월, 또는 하루에 개별적으로 대신 비어 있는지 확인으로 변경되었습니다 전부이다. weeksInMonth () 함수가 추가되었습니다.
The argument lists for all functions were rearranged from $year,$month,$day to $day,$month,$year for better usability. This breaks backward compatability with scripts using earlier releases of Date_Calc. You will have to update your scripts before using this new version. The programming logic was changed to check if year, month, or day is empty individually instead of as a whole. The weeksInMonth() function was added.

2001-01-30 15:12
1.0.4

daysinmonth에서 버그가 수정되었습니다 ().
A bug has been fixed in daysInMonth().

2001-01-30 15:12
1.0.3

함수 이름 studlyCaps에 PEAR 준수 스타일을 변경했다 명명 방법이 작동하지 않습니다. 만약 당신이 Date_Calc의 이전 버전을 사용하면 함수 이름을 업데이 트해야합니다.
Function names were changed to studlyCaps style to comply with PEAR function naming methods. If you used an earlier version of Date_Calc, you will need to update your function names.

2001-01-30 15:12
1.0.2

의 버그에 대한 수정 N_weekday_of_month ().
A fix for a bug in N_weekday_of_month().

2001-01-30 15:12
1.0.1

의 버그에 대한 수정 end_of_prev_month ()는 잘못된 결과를 반환했습니다.
A fix for a bug in end_of_prev_month() that returned wrong results.

Project Resources