获取当前日期,返回指定格式
static String getNowDateTimeFormat(String outFormat) => formatDate(getNowDateTime(), format: outFormat);