Formats date using the format key outputKey.
date
outputKey
static String format(DateTime date, String outputKey) { return DateFormatter.formatDate(date, outputKey); }