class DayTransformer extends Transformer
Parser and formatter for day format.
string | format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. | |
string | getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). | |
array | extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular expression. | |
string | padLeft(string $value, int $length) Pad a string with zeros to the left. | from Transformer |
Format a value using a configured DateTime as date/time source.
DateTime | $dateTime | A DateTime object to be used to generate the formatted value |
int | $length | The formatted value string length |
string | The formatted value |
Returns a reverse matching regular expression of a string generated by format().
int | $length | The length of the value to be reverse matched |
string | The reverse matching regular expression |
Extract date options from a matched value returned by the processing of the reverse matching regular expression.
string | $matched | The matched value |
int | $length | The length of the Transformer pattern string |
array | An associative array |
Pad a string with zeros to the left.
string | $value | The string to be padded |
int | $length | The length to pad |
string | The padded string |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Intl/DateFormatter/DateFormat/DayTransformer.html