Elgg  Version 2.3
Variables
time_created.php File Reference

Go to the source code of this file.

Variables

 $entity = $vars['item']
 Render the time created. More...
 
 $format = elgg_extract('format', $vars, 'M d, Y H:i')
 
 if ($format=== 'friendly')
 

Variable Documentation

$entity = $vars['item']

Render the time created.

$vars['item'] The item being rendered $vars['item_vars'] Vars received from the page/components/table view $vars['type'] The item type or "" $vars['format'] Date format. Use "friendly" for output/friendlytime view.

Definition at line 11 of file time_created.php.

$format = elgg_extract('format', $vars, 'M d, Y H:i')

Definition at line 14 of file time_created.php.

if($format=== 'friendly')

Definition at line 16 of file time_created.php.