Esempio n. 1
0
 public static function getDateFormat()
 {
     //        static $model;
     //        if (is_null($model)) {
     //            $model = new JSPRO_Models();
     //        }
     if (is_null(self::$_dateFormat)) {
         self::$_dateFormat = getJS_Config('date_format');
     }
     return self::$_dateFormat;
 }