var obj=
return false;
}, //將日期格式化輸出 2019-08-25
format:function(date,s),
//輸入08-25型別的日期
formatmonday:function(date,s),
//判段月份的天數
getdays:function(year,month)
return 28;
case 4:
case 6:
case 9:
case 11:
return 30;
default:
return 31;
} },
//判斷兩個日期相差多少天多少小時多少分多少秒
getdiffday:function(date1,date2),
//獲得n天以後的日期
ge***ay:function(n),
//將毫秒型別的時間格式化
timeformat:function(odate),
//判段兩個年月日期相差多少天
daysbetween:function(sdate1,sdate2)
};
js常用函式封裝
轉成兩位數 function totwo n 引數說明 str表示原字串變數,表示要插入的字串,sn表示要插入的位置 function insert str,sn 參考 去除空格 type 1 所有空格 2 前後空格 3 前空格 4 後空格 function trim str type 字母大小寫切...
原生JS封裝常用函式
求滾動條的滾動距離 function getscrolloffset else function getdate function retparent elem,n return elem 4 n為正 返回後面的兄弟元素節點,n為負 返回前面的 為0 返回自己 function retsibling...
JS 日期封裝操作
js對日期封裝使用,採用正則匹配日期結構進行顯示日期。字串轉化為日期物件 呼叫格式為 str.format2date yyyy mm dd hh mm ss param 傳入特殊格式 return string.prototype.format2date function style,option ...