Neos\Flow\Core\Migrations\Version20140706103800::transformFormat PHP Méthode

transformFormat() protected méthode

protected transformFormat ( string $format ) : string
$format string
Résultat string
    protected function transformFormat($format)
    {
        return strtr($format, array('yyyy' => 'Y', 'yy' => 'y', 'mm' => 'm', 'm' => 'n', 'MM' => 'F', 'M' => 'M', 'dd' => 'd', 'd' => 'j', 'p' => 'a', 'P' => 'A', 'hh' => 'H', 'h' => 'G', 'HH' => 'h', 'H' => 'g', 'ii' => 'i', 'ss' => 's'));
    }