根據日期計算屬於第幾周 週日是一周的第一天

2021-06-27 16:04:29 字數 473 閱讀 2717

根據  日期計算屬於第幾周,見**,重點是紅色加粗**,如果日期是下一年的第一周的時候的解決方案,如果誰有更好的方法,請不吝賜教

* 根據日期計算屬於第幾周(週日是一周的第一天)

* @param date 格式 yyyy-mm-dd disp***:0 返回yyyyww;1 返回yyyy年ww周

* @throws parseexception

* return 返回空表示異常,或日期為空

*/public static string getweekofyear_sunday_normal(string date, string pattern, string disp***)

if (disp***.equals("0")) else if (disp***.equals("1"))

} catch (exception e)

return "";

}

JAVA獲取日期屬於當年第幾周

string today 2017 11 11 dateformat format new dateformat yyyy mm dd date date format.parse today calendar calendar calendar.getinstance calendar.setfi...

顯示每月的日期屬於該月的第幾周

if object id fn getwk is not null drop function fn getwk gocreate function fn getwk year int,輸入顯示的年份 month int,輸入顯示的月份 type bit 0 指定每週的第一天,預設為星期日 中國習慣...

顯示每月的日期屬於該月的第幾周

if object id fn getwk is not null drop function fn getwk gocreate function fn getwk year int,輸入顯示的年份 month int,輸入顯示的月份 type bit 0 指定每週的第一天,預設為星期日 中國習慣...