You are here

function _calendar_systems_get_granularity_from_format in Calendar Systems 7

Same name and namespace in other branches
  1. 8 calendar_systems.helpers.inc \_calendar_systems_get_granularity_from_format()
  2. 7.2 calendar_systems.helpers.inc \_calendar_systems_get_granularity_from_format()

Parameters

$format:

Return value

array

3 calls to _calendar_systems_get_granularity_from_format()
calendar_systems_date_popup_process_alter in ./calendar_systems.module
Supporing date module's date_popup element hook_date_popup_process_alter
calendar_systems_date_text_process_alter in ./calendar_systems.module
Supporing date module's date_text element hook_date_text_process_alter
_calendar_systems_get_format_part in ./calendar_systems.helpers.inc

File

./calendar_systems.helpers.inc, line 38

Code

function _calendar_systems_get_granularity_from_format($format) {
  return date_format_order($format);
}