You are here

function html5_tools_date_formats in HTML5 Tools 7

Implements hook_date_formats().

File

./html5_tools.module, line 155

Code

function html5_tools_date_formats() {
  return array(
    array(
      'type' => 'html5_tools_iso8601',
      'format' => 'c',
      'locales' => array(),
    ),
  );
}