Formats a DateTime into a String
static String formatDateTime(DateTime datetime, String outputFormat) => Jiffy(datetime).format(outputFormat);