Format the given date and return the formatted string.
date
String format(DateTime date) => map((token) => token.format(date)).join();