获取指定格式的当前时间
String format([String format = "yyyy-MM-dd HH:mm:ss"]) { return DateFormat(format).format(this); }