public static function getTime($time, array
$options = array
()) { $options = self::
_checkOptions($options) + self::
$_options;
if (empty($options['date_format'
])) { $options['format_type'
] = 'iso';
$options['date_format'
] = self::
getTimeFormat($options['locale'
]);
} return self::
_parseDate($time,
$options);
} /**
* Returns the default datetime format for $locale.
*
* @param string|Zend_Locale $locale OPTIONAL Locale of $number, possibly in string form (e.g. 'de_AT')
* @return string format
*/
public static function getDateTimeFormat($locale = null
) {