Export a DateTime field.
public _exportDateTime ( integer | object | array $value, boolean $floating = false ) : string | ||
$value | integer | object | array | The time value to export (either a Horde_Date, array, or timestamp). |
$floating | boolean | Whether to return a floating date-time (without time zone information). |
리턴 | string | The string representation of the datetime value. |