class Transformer
Parser and formatter for date formats.
Methods
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. |
Details
abstract string format(DateTime $dateTime, int $length)
Format a value using a configured DateTime as date/time source.
abstract string getReverseMatchingRegExp(int $length)
Returns a reverse matching regular expression of a string generated by format().
abstract array extractDateOptions(string $matched, int $length)
Extract date options from a matched value returned by the processing of the reverse matching regular expression.
Please login to continue.