@@ -57,7 +57,7 @@ public class DateFunc {
* @return String 今天
*/
public static String getTodayEnd() {
- return new SimpleDateFormat(TIME_START_FORMAT).format(new Date());
+ return new SimpleDateFormat(TIME_END_FORMAT).format(new Date());
}
/**