Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
output
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
$vars['class']
Elgg month input Displays a month input field.
Definition:
month.php:7
elgg_extract
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:256
elgg_view
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition:
views.php:156
Generated on Wed Dec 4 2024 00:00:23 for Elgg by
1.8.11