\Horde_Imap_Client_DateTime

A wrapper around PHP's native DateTime class that handles improperly formatted dates and adds a few features missing from the base object (string representation; doesn't fail on bad date input).

Summary

Methods
Properties
Constants
__construct()
__toString()
error()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(  $time = null,   $tz = null) 

Parameters

$time
$tz

__toString()

__toString() 

String representation: UNIX timestamp.

error()

error() : boolean

Was this an unparseable date?

Returns

boolean —

True if unparseable.