1 date.elements.inc _date_popup_time_formats($with_seconds = FALSE)

Allowable time formats.

File

core/modules/date/date.elements.inc, line 1333
Date forms and form themes and validation.

Code

function _date_popup_time_formats($with_seconds = FALSE) {
  return array(
    'H:i:s',
    'h:i:sA',
  );
}