ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:datetime:custom_dst

This is an old revision of the document!


The Date Structure

The format of $dateStructure is

Array (
 [seconds] => 0
 [minutes] => 0
 [hours] => 0
 [mday] => 1      # day of month, eg 1st day of the month
 [mon] => 2       # month (eg. Feb)
 [year] => 2102
 [yday] => 31     # days in current year
 [leap] =>        # true if leap year
 [ndays] => 28    # no of days in current month
 )
v5/datetime/custom_dst.1460683413.txt.gz · Last modified: 2017/04/21 11:26 (external edit)