DateConverter
Table of Contents
Methods
- decode() : array<string|int, DateConverterResult>
- Creates Date object from Text (return array of result object)
Methods
decode()
Creates Date object from Text (return array of result object)
public
static decode(string $text[, int $limit = 0 ]) : array<string|int, DateConverterResult>
Examples: "end of next week", "tomorrow morning", "friday 25.10"
Parameters
- $text : string
- $limit : int = 0