You are here

function partial_date_meridiem_options in Partial Date 7

1 call to partial_date_meridiem_options()
partial_date_type_format_elements in ./partial_date.pages.inc

File

./partial_date.pages.inc, line 245
Page and form callbacks for handling the date format.

Code

function partial_date_meridiem_options() {
  return array(
    'a' => t('Lowercase (am or pm)'),
    'A' => t('Uppercase (AM or PM)'),
  );
}