You are here

public function UcAddressesDateFieldHandler::getOutputFormats in Ubercart Addresses 6.2

Implements UcAddressesFieldHandler::getOutputFormats().

Returns an array of output formats for the date field.

Overrides UcAddressesFieldHandler::getOutputFormats

File

handlers/uc_addresses.handlers.inc, line 280
Field handlers for Ubercart Addresses address fields:

Class

UcAddressesDateFieldHandler
Class for the created/modified field.

Code

public function getOutputFormats() {
  return token_get_date_token_info($this
    ->getProperty('description') . ',', $this
    ->getFieldName() . '-');
}