コード例 #1
0
ファイル: functions.php プロジェクト: sergy444/joomla
	static function dateToStrftimeFormat($dateFormat)
	{
		require_once __DIR__ . '/text.php';

		return NNText::dateToStrftimeFormat($dateFormat);
	}