*/ class Date extends AbstractStrfTime { protected function getFormat() { return '%Y-%m-%d'; } }