« All helpers
Call this to turn text inputs with a class="datewidget-date" or class="datewidget-datetime" into date and date/time selectors.
class="datewidget-date"
class="datewidget-datetime"
In PHP code, call it like this:
$this->run ('admin/util/datewidget');
In a view template, call it like this:
{! admin/util/datewidget !}
Call this to turn text inputs with a
class="datewidget-date"
orclass="datewidget-datetime"
into date and date/time selectors.In PHP code, call it like this:
In a view template, call it like this: