Created
September 16, 2012 16:56
-
-
Save EclipseGc/3733213 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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