Beispiel #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('easytemplate/input/renderer/select.phtml');
 }
Beispiel #2
0
 public function getValue()
 {
     $value = parent::getValue();
     return strftime($this->getDateStrFormat(), strtotime($value));
 }