-
Notifications
You must be signed in to change notification settings - Fork 0
Reference cDate
- The namespace of the library libdatephp is libdatephp.
- The library consists of several classes, which are sharing the namespace libdatephp:
- The class cDate manages a single Gregorian date
- The class cDateISO manages a single ISO date
- The class cDateStrategy calculates recurring dates
- The class cDateStrategyDaily calculates daily recurring dates
- The class cDateStrategyDailyFixed calculates fix dates
- The class cDateStrategyMonthly calculates monthly recurring dates
- The class cDateStrategyMonthlyFixed calculates recurring
- The class cDateStrategyNoInterval calculates irregular days in a year
- The class cDateStrategySimpleInterval calculates dates, which are recurring after a fix number of days
- The class cDateTime manages a single datetime value (a timestamp)
- If you want to use the classes in your projects, then use the user reference: ApiIndex
- If you want to help to maintain the classes in your projects, then use the developer reference: DevApiIndex
cDate::AddDays() cDate::AddMonths() cDate::AddWeeks() cDate::AddYears() cDate::Dec() cDate::Inc()cDate::SeekWeekday() cDate::Skip()
cDate::AsAMPM() cDate::AsDMY() cDate::AsDMY0() cDate::AsISO8601() cDate::AsMDY() cDate::AsMDY0() cDate::AsRFC2822() cDate::AsSQL() cDate::AsSwatch() cDate::AsTimeStamp() cDate::AsUTC() cDate::As_ampm() cDate::C_Month_Long_DE() cDate::C_Month_Long_EN() cDate::C_Month_Short_DE() cDate::C_Month_Short_EN() cDate::C_Weekday_Long_DE() cDate::C_Weekday_Long_EN() cDate::C_Weekday_Short_DE() cDate::C_Weekday_Short_EN()
cDate::BOW() cDate::DOW() cDate::EOW() cDate::GoBOW() cDate::GoEOW() cDate::LOW() cDate::NOW()
cDate::BOM() cDate::DOM() cDate::EOM() cDate::GoBOM() cDate::GoEOM() cDate::LOM() cDate::WOM()
cDate::BOQ() cDate::DOQ() cDate::EOQ() cDate::GoBOQ() cDate::GoEOQ() cDate::LOQ() cDate::NOQ() cDate::Quarter()
cDate::BOY() cDate::DOY() cDate::EOY() cDate::GoBOY() cDate::GoEOY() cDate::LOY() cDate::WOY()
cDate::Day() cDate::Day0() cDate::Month() cDate::Month0() cDate::TimeStamp() cDate::Weekday() cDate::Year()
cDate::FromDMY() cDate::FromDate() cDate::FromMDY() cDate::FromSQL() cDate::FromTimestamp() cDate::SetDate() cDate::SetDay() cDate::SetMonth() cDate::SetTimeStamp() cDate::SetToday() cDate::SetYear()
cDate::InApril() cDate::InAugust() cDate::InDecember() cDate::InFebruary() cDate::InJanuary() cDate::InJuly() cDate::InJune() cDate::InMarch() cDate::InMay() cDate::InNovember() cDate::InOctober() cDate::InSeptember() cDate::IsFriday() cDate::IsMonday() cDate::IsSaturday() cDate::IsSunday() cDate::IsThursday() cDate::IsTuesday() cDate::IsWednesday()
cDate::IsDST() cDate::IsLeapyear() cDate::IsSommerzeit()
cDate::IsWeekday() cDate::IsWeekend() cDate::SeekWeekday()
This wiki page is part of the documentation of the PHP class library libdatephp