Elgg
Version 1.9
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
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'
];
echo
elgg echo
Translates a string.
Definition:
languages.js:43
$vars
$vars
Definition:
date.php:33
Generated on Sat Dec 21 2024 00:00:36 for Elgg by
1.8.11