|
|
|
@ -20623,7 +20623,9 @@ BI.Cache = {
|
|
|
|
|
} |
|
|
|
|
document.cookie = cookieString; |
|
|
|
|
} |
|
|
|
|
};// full day names
|
|
|
|
|
};$(function () { |
|
|
|
|
//牵扯到国际化这些常量在页面加载后再生效
|
|
|
|
|
// full day names
|
|
|
|
|
Date._DN = [BI.i18nText("BI-Basic_Sunday"), |
|
|
|
|
BI.i18nText("BI-Basic_Monday"), |
|
|
|
|
BI.i18nText("BI-Basic_Tuesday"), |
|
|
|
@ -20682,6 +20684,7 @@ Date._QN = ["", BI.i18nText("BI-Quarter_1"),
|
|
|
|
|
|
|
|
|
|
/** Adds the number of days array to the Date object. */ |
|
|
|
|
Date._MD = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
/** Constants used for time computations */ |
|
|
|
|
Date.SECOND = 1000 /* milliseconds */; |
|
|
|
|