Interface HasDateWithCustomFormatInterface
provides a way to add date fields with customer formats to an entity
- DSchoenbauer\Orm\Entity\HasDateWithCustomFormatInterface implements DSchoenbauer\Orm\Entity\HasDateFieldsInterface
Namespace: DSchoenbauer\Orm\Entity
Author: David Schoenbauer
Located at Orm/Entity/HasDateWithCustomFormatInterface.php
Author: David Schoenbauer
Located at Orm/Entity/HasDateWithCustomFormatInterface.php
public
array
|
#
getDateCustomFormat( )
provides an associative array with fields as keys and formats as values Format accepted by date(). |
getDateDefaultFormat(),
getDateFields()
|