You are here

function datetimehideseconds_element_info_alter in DateTime hide Seconds 8

Implements hook_element_info_alter().

File

./datetimehideseconds.module, line 8

Code

function datetimehideseconds_element_info_alter(array &$types) {
  $types['datetime']['#process'][] = 'datetimehideseconds_process_element';
}