Esempio n. 1
0
 static function dateToStrftimeFormat($dateFormat)
 {
     require_once __DIR__ . '/text.php';
     return nnText::dateToStrftimeFormat($dateFormat);
 }