Prepares the input format value.
Changes the input format before trying to use it, if necessary. Can be overridden to handle special cases.
string $format: A PHP format string.
string The massaged PHP format string.
protected function prepareFormat($format) { return $format; }