Skip to content

Instantly share code, notes, and snippets.

@EclipseGc
Created September 16, 2012 16:56
Show Gist options
  • Save EclipseGc/3733213 to your computer and use it in GitHub Desktop.
Save EclipseGc/3733213 to your computer and use it in GitHub Desktop.
function _system_date_format_types_build() {
$types = config_get_storage_names_with_prefix('date.format.type');
// Allow other modules to modify these date types.
drupal_alter('date_format_types', $types);
return $types;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment