使用js将long类型转化为"yyyy-MM-dd hh:mm:ss"日期格式&jQuery自带日历控件的汉化教程
使用方法:getFormatDateByLong(mData,"yyyy-MM-ddhh:mm:ss");js代码://扩展Date的format方法
Date.prototype.format=function(format){
varo={
"M+":this.getMonth()+1,
"d+":this.getDate(),
"h+":this.getHours(),
"m+":this.