get current date with format
static String getCurrentDate({String format = Format.fyyyyMMdd}) { return getCurrentDateTime(format: format); }