Commit a5203e59 authored by fangxinjiang's avatar fangxinjiang

版本切换-fxj

parent df844c62
...@@ -2050,7 +2050,7 @@ public class DateUtil { ...@@ -2050,7 +2050,7 @@ public class DateUtil {
} }
/** /**
* 判断给定日期是否为当月及之前月份 * 判断给定日期是否为当月及之前月份 比较日期不带时分秒
* *
* @param targetDate 目标日期 * @param targetDate 目标日期
* @return true: 当月及之前月份, false: 之后月份 * @return true: 当月及之前月份, false: 之后月份
...@@ -2060,7 +2060,7 @@ public class DateUtil { ...@@ -2060,7 +2060,7 @@ public class DateUtil {
} }
/** /**
* 判断给定日期是否为次月 * 判断给定日期是否为次月 比较日期不带时分秒
* *
* @param targetDate 目标日期 * @param targetDate 目标日期
* @return true: 次月, false: 其他月份 * @return true: 次月, false: 其他月份
...@@ -2070,7 +2070,7 @@ public class DateUtil { ...@@ -2070,7 +2070,7 @@ public class DateUtil {
} }
/** /**
* 判断给定日期是否为次次月及之后月份 * 判断给定日期是否为次次月及之后月份 比较日期不带时分秒
* *
* @param targetDate 目标日期 * @param targetDate 目标日期
* @return true: 次次月及之后月份, false: 之前月份 * @return true: 次次月及之后月份, false: 之前月份
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment