html 頁面中數字格式化和時間格式化

2021-09-05 01:35:29 字數 1246 閱讀 5954

var clearnonum = function(obj)/g,"."); //只保留第乙個. 清除多餘的

//必須保證第乙個為數字而不是.

obj.value = obj.value.replace(/^\./g,"");

obj.value = obj.value.replace(".","$#$").replace(/\./g,"").replace("$#$",".");

obj.value = obj.value.replace(/^(\-)*(\d+)\.(\d\d).*$/,'$1$2.$3');//只能輸入兩個小數

if(obj.value.indexof(".")< 0 && obj.value !="")

//設定最大值

if(obj.value >= 9999)

}

var clearnointeger = function(obj)

if(obj.value >= 9999)

}

date.prototype.format =function(format)

if(/(y+)/.test(format)) format=format.replace(regexp.$1,

(this.getfullyear()+"").substr(4- regexp.$1.length));

for(var k in o)if(new regexp("("+ k +")").test(format))

format = format.replace(regexp.$1,

regexp.$1.length==1? o[k] :

("00"+ o[k]).substr((""+ o[k]).length));

return format;

}//日期格式化:年月日時分

function dateformaterymdhm(value)else

}//日期格式化:年月日

function dateformaterymd(value)else

}//日期格式化:時分

function dateformaterhm(value)else

}

number.prototype.tofixed = function(s) 

} else

}return changenum;

}

rf:

頁面中數字格式化和時間格式化

var clearnonum function obj g,只保留第乙個.清除多餘的 必須保證第乙個為數字而不是.obj.value obj.value.replace g,obj.value obj.value.replace replace g,replace obj.value obj.val...

JSP頁面格式化timestamp時間

timestamp型別返回並直接取值顯示會帶小尾巴 偶然發現 type both value 要格式化的時間 如果使用之前的寫法,那我們需要根據需要設定樣式,比如 格式模式 d 月中的某一天。一位數的日期沒有前導零。dd 月中的某一天。一位數的日期有乙個前導零。ddd 週中某天的縮寫名稱,在 abb...

時間,數字的格式化

date date d new date 列印d是當前時間。d.gettime 是1970.1.1距離現在的毫秒數 calendar日曆 列印年份 calendar c calendar.getinstance local.國家名 local.國家名可不寫,預設是本地 system.out.prin...