You are here

function date_popup_formats in Date 6.2

Same name and namespace in other branches
  1. 5.2 date_popup/date_popup.module \date_popup_formats()
  2. 6 date_popup/date_popup.module \date_popup_formats()
  3. 7.3 date_popup/date_popup.module \date_popup_formats()
  4. 7 date_popup/date_popup.module \date_popup_formats()
  5. 7.2 date_popup/date_popup.module \date_popup_formats()

Format options array.

There are just a few options available for the earlier 'calendar' version.

3 calls to date_popup_formats()
date_default_format in date/date.module
date_widget_settings_form in date/date_admin.inc
date_widget_settings_validate in date/date_admin.inc
Custom widget settings manipulation.

File

date_popup/date_popup.module, line 495
A module to enable jquery calendar and time entry popups. Requires the Date API.

Code

function date_popup_formats() {
  return array_keys(date_format_options());
}