Elgg  Version 2.3
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['class']
Elgg date input Displays a text field with a popup date picker.
Definition: date.php:19
elgg echo
Translates a string.
Definition: languages.js:48