Elgg  Version master
month.php
Go to the documentation of this file.
1 <?php
9 $vars['format'] = elgg_extract('format', $vars, 'M Y');
10 
11 echo elgg_view('output/date', $vars);
$vars['class']
Elgg month input Displays a month input field.
Definition: month.php:7
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition: elgglib.php:254
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition: views.php:156