Format->shortLength($this->Format->formatText($template['case_templates']['name']), 28); ?>
Created By:
Casequery->getUserDtls($template['case_templates']['user_id']);
echo $usr_arr['User']['name']." ".$usr_arr['User']['last_name'];
?>
Created:
Tmzone->GetDateTime(SES_TIMEZONE,TZ_GMT,TZ_DST,TZ_CODE,$template['case_templates']['created'],"datetime");
$gmdate = $this->Tmzone->GetDateTime(SES_TIMEZONE,TZ_GMT,TZ_DST,TZ_CODE,GMT_DATE,"date");
echo $dateTime = $this->Datetime->dateFormatOutputdateTime_day($locDT,$gmdate);
?>