@@ -104,6 +104,10 @@ public class DateFunc {
return new SimpleDateFormat("yyyy-MM-dd").format(time);
}
+ public static String getYesterdayStart() {
+ return getYesterday()+" 00:00:00";
+ }
+
/**
* 获取本周的第一天
* @return String 本周的第一天