Elgg  Version 1.9
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'];
elgg echo
Translates a string.
Definition: languages.js:43
$vars
Definition: date.php:33