Exemplo n.º 1
0
	static function dateToStrftimeFormat($dateFormat)
	{
		require_once __DIR__ . '/text.php';

		return NNText::dateToStrftimeFormat($dateFormat);
	}