[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/webform/components/ -> date.inc (summary)

(no description)

File Size: 550 lines (19 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 19 functions

  _webform_defaults_date()
  _webform_theme_date()
  _webform_edit_date()
  _webform_render_date()
  webform_expand_date()
  theme_webform_date()
  webform_validate_date()
  _webform_submit_date()
  _webform_display_date()
  theme_webform_display_date()
  _webform_analysis_date()
  _webform_table_date()
  _webform_csv_headers_date()
  _webform_csv_data_date()
  webform_date_array()
  webform_date_string()
  webform_date_format()
  webform_strtodate()
  webform_strtotime()

Functions
Functions that are not part of a class:

_webform_defaults_date()   X-Ref
Implementation of _webform_defaults_component().


_webform_theme_date()   X-Ref
Implementation of _webform_theme_component().


_webform_edit_date($component)   X-Ref
Implementation of _webform_edit_component().


_webform_render_date($component, $value = NULL, $filter = TRUE)   X-Ref
Implementation of _webform_render_component().


webform_expand_date($element)   X-Ref
Form API #process function for Webform date fields.


theme_webform_date($element)   X-Ref
Theme a webform date element.


webform_validate_date($element, $form_state)   X-Ref
Element validation for Webform date fields.


_webform_submit_date($component, $value)   X-Ref
Implementation of _webform_submit_component().


_webform_display_date($component, $value, $format = 'html')   X-Ref
Implementation of _webform_display_component().


theme_webform_display_date($element)   X-Ref
Format the text output for this component.


_webform_analysis_date($component, $sids = array()   X-Ref
Implementation of _webform_analysis_component().


_webform_table_date($component, $value)   X-Ref
Implementation of _webform_table_component().


_webform_csv_headers_date($component, $export_options)   X-Ref
Implementation of _webform_csv_headers_component().


_webform_csv_data_date($component, $export_options, $value)   X-Ref
Implementation of _webform_csv_data_component().


webform_date_array($string, $type = NULL)   X-Ref
Convert an ISO 8601 date or time into an array.

This converst full format dates or times. Either a date or time may be
provided, in which case only those portions will be returned. Dashes and
colons must be used, never implied.

Formats:
Dates: YYYY-MM-DD
Times: HH:MM:SS
Datetimes: YYYY-MM-DDTHH:MM:SS

param: $string
param: $type

webform_date_string($array, $type = NULL)   X-Ref
Convert an array of a date or time into an ISO 8601 compatible string.

param: $array
param: $type

webform_date_format($size = 'medium')   X-Ref
Get a date format according to the site settings.

param: $size

webform_strtodate($format, $string, $timezone_name = NULL)   X-Ref
Return a date in the format specied taking into consideration user timezones.


webform_strtotime($date)   X-Ref
Get a timestamp in GMT time, ensuring timezone accuracy.




Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7