Todo List
DObject | --DDate
Implements interfaces:
[line 49]
[line 56]
[line 63]
[line 42]
[line 78]
[line 70]
[line 28]
[line 35]
static string toCustomStatic( string $customFormat)
DDate __construct( [int $year = null], [int $month = null], [int $day = null], [ $hours = null], [ $minutes = null], [ $seconds = null])
void changeDate( [string $item = DDateDimensions::DAY], [int $offset = 1])
void clear( )
boolean compare( DDate $DDateObject)
int compareTimestamp( DDate $DDateObject)
string daysInMonth( )
int firstDay( )
int firstDayOfWeek( )
int firstDayOfYear( )
int firstMDay( )
int firstWeek( )
void fromDDMMYYYY( string $DDateObject)
void fromMMDDYYYY( string $DDateObject)
void fromMySQLDate( string $DDateObject)
void fromMySQLDateTime( string $DDateObject)
void fromRFC822( string $DDateObject)
void fromTimestamp( int $timeStamp)
DDate getClone( )
int getDaysDiffBetweenDates( DDate $DDateObject)
boolean isWeekend( )
int lastMDay( )
void nextDay( )
void nextMonth( )
void nextWeek( )
void nextYear( )
void prevDay( )
void prevMonth( )
void prevWeek( )
void prevYear( )
string toCustom( string $custom)
string toMySQLDate( )
string toMySQLDateTime( )
string toMySQLDateTimeButSeconds( )
string toRFC822( )
string toSyslogStyleDate( )
int toTimestamp( )
int weekday( )
string weeknumber( )
string __toString( [string $separator = "."])
[line 19]
[line 20]
[line 18]