Elgg
Version 1.9
views
default
output
date.php
Go to the documentation of this file.
1
<?php
12
// convert timestamps to text for display
13
if
(is_numeric(
$vars
[
'value'
])) {
14
$vars
[
'value'
] = gmdate(
'Y-m-d'
,
$vars
[
'value'
]);
15
}
16
17
echo
$vars
[
'value'
];
$vars
$vars
Definition:
date.php:33
Generated on Fri Aug 29 2025 00:00:30 for Elgg by
1.9.1