Hi,
CLocal::getDateTimeFormat() returns the string to format dateTime in a locale.
Which one is the date {1} or {0} ?
Hi,
CLocal::getDateTimeFormat() returns the string to format dateTime in a locale.
Which one is the date {1} or {0} ?
//0 TIME
"{0}" => Yii::app()->locale->getTimeFormat($format_id)
//1 DATE
"{1}" => Yii::app()->locale->getDateFormat($format_id),