Elgg  Version master
Variables
month.php File Reference

Go to the source code of this file.

Variables

 $vars ['format'] = elgg_extract('format', $vars, 'M Y')
 Displays formatted month. More...
 

Variable Documentation

◆ $vars

$vars[ 'format'] = elgg_extract('format', $vars, 'M Y')

Displays formatted month.

@uses $vars['value'] Month and Year @uses $vars['format'] Display format (Default: Jul 2019)

Definition at line 9 of file month.php.