Class for filtering dates

Converts a date from dd-mm-yyyy to yyyy-mm-dd or vice versa, depending on the provided value.

package Webenq
author Bart Huttinga

 Methods

Filters the given date

filter(string $value) : string

Overrides the filter method defined by Zend_Filter_Interface. Returns the converted date (dd-mm-yyyy to yyyy-mm-dd or vice versa, depending on the given value).

see \Zend_Filter_Interface

Parameters

$value

string

Returns

string