Recognized formats:
- arrays with keys 'year', 'month', 'mday', 'day'
'hour', 'min', 'minute', 'sec'
- objects with properties 'year', 'month', 'mday', 'hour', 'min', 'sec'
- yyyy-mm-dd hh:mm:ss
- yyyymmddhhmmss
- yyyymmddThhmmssZ
- yyyymmdd (might conflict with unix timestamps between 31 Oct 1966 and
03 Mar 1973)
- unix timestamps
- anything parsed by strtotime()/DateTime.
public __construct ( $date = null, $timezone = null ) |