Extensions

Category:
Total 4 extensions.
activedatelist 1 review   downloaded 216 times
Splits a date string into dropdown lists.
created by ciss, last updated on April 6, 2010

ActiveDateList creates dropdown lists from a date string. For configuration examples, please see the examples for the $displayFormat property.

Resources

ehtmldataselect no review yet   downloaded 213 times
EHtmlDateSelect is a widget that creates date dropdowns.
created by kosenka, last updated on March 26, 2010

This extension is a widget that creates date dropdowns. It can display any or all of year, month, and day.

Based on the Smarty function {html_select_date} http://www.smarty.net/manual/en/language.function.html.select.date.php

i18n-datetime-behavior 6 reviews   downloaded 511 times
Automatic conversion for I18N date and datetime fields
created by rickgrana, last updated on September 29, 2009

This extension is a behavior that can be used in models to allow them to automatically parse and format i18N date formats.

The behavior scans for date and datetime fields in the model attributes, and do the conversions needed.

time 3 reviews   downloaded 871 times
Time helper
created by jonah, last updated on February 4, 2009

This is a time helper. It mainly formats raw mysql date/time values in different ways for output to view.

Based off of CakePHP's time helper