|
@@ -78,7 +78,7 @@ if(!function_exists('friendly_date_time')) {
|
|
|
if(!$value || empty($value)) return "-";
|
|
|
try {
|
|
|
$result = strtotime($value);
|
|
|
- $result = date("j M o, H:i");
|
|
|
+ $result = date("j M o, H:i", $result);
|
|
|
return $result;
|
|
|
}
|
|
|
catch (Exception $e) {
|