Converts the given string into human readable time format.
The following input formats are supported:
package | Formagic\Filter |
---|---|
author | Florian Sonnenburg |
since | 2009 First time introduced |
filter(string $value) : string
By default the time format used is strftime(%x %X).
inherited_from | \Formagic_Filter_Interface::filter() |
---|
string
The string to be filtered.
string
The date output string.