You are here

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

Implements hook_date_formats().

File

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

Code

function ip2country_date_formats() {

  // Implementation is kept separate because it only needs to be loaded
  // when module is enabled.
  module_load_include('inc', 'ip2country', 'ip2country.formats');
  return ip2country_get_date_formats();
}