PHP Class Symfony\Component\Form\ValueTransformer\DateTimeToLocalizedStringTransformer
Options:
* "input": The type of the normalized format ("time" or "timestamp"). Default: "datetime"
* "output": The type of the transformed format ("string" or "array"). Default: "string"
* "format": The format of the time string ("short", "medium", "long" or "full"). Default: "short"
* "locale": The locale of the localized string. Default: Result of Locale::getDefault()
Mostrar archivo
Open project: pmjones/php-framework-benchmarks
Class Usage Examples
Public Methods
Method |
Description |
|
reverseTransform ( string | array $value, $originalValue ) : DateTime |
Transforms a localized date string/array into a normalized date. |
|
transform ( DateTime $dateTime ) : string | array |
Transforms a normalized date into a localized date string/array. |
|
Protected Methods
Method Details