You are here

function ip2country_date_format_types in IP-based Determination of a Visitor's Country 7

Implements hook_date_format_types().

File

./ip2country.module, line 131
Determination of user's Country based on IP.

Code

function ip2country_date_format_types() {
  return array(
    'ip2country_date' => t('Date only (ip2country)'),
    'ip2country_time' => t('Time only (ip2country)'),
  );
}