Format a DateTime using the pattern
String format(DateTime dateTime) { return _formatDateTime(dateTime, _pattern); }