You are here

function uc_store_date_format_types in Ubercart 7.3

Implements hook_date_format_types().

File

uc_store/uc_store.module, line 666
Contains global Ubercart functions and store administration functionality.

Code

function uc_store_date_format_types() {
  return array(
    'uc_store' => t('Ubercart'),
  );
}