class Hour2400Transformer extends Hour2400Transformer
deprecated
since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\DateFormatter\DateFormat\Hour2400Transformer} instead.
Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\Hour2400Transformer}.
Methods
string | format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. | from Hour2400Transformer |
string | getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). | from Hour2400Transformer |
array | extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular expression. | from Hour2400Transformer |
int | normalizeHour(int $hour, string $marker = null) Returns a normalized hour value suitable for the hour transformer type. | from Hour2400Transformer |
Details
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.
int normalizeHour(int $hour, string $marker = null)
Returns a normalized hour value suitable for the hour transformer type.
Please login to continue.