Elgg  Version 5.1
Variables
time.php File Reference

Go to the source code of this file.

Variables

 $format = elgg_extract('format', $vars, elgg_get_config('time_format', elgg_echo('input:time_format')), false)
 Displays a formatted time. More...
 
 $vars ['format'] = $format
 

Variable Documentation

$format = elgg_extract('format', $vars, elgg_get_config('time_format', elgg_echo('input:time_format')), false)

Displays a formatted time.

$vars['value'] Date as DateTime, text or a Unix timestamp $vars['format'] Date format

Definition at line 9 of file time.php.

$vars['format'] = $format

Definition at line 10 of file time.php.