Elgg  Version master
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

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

Displays a formatted time.

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

Definition at line 9 of file time.php.

◆ $vars

$vars[ 'format'] = $format

Definition at line 10 of file time.php.