function getValue($filtered = true)
 {
     return implode('-', array_reverse(explode('/', parent::getValue($filtered))));
 }