}
/**
*轉換long值為日期字串
* @param l long值
* @param isFull 是否為完整的日期資料,
* 01:05:04"
* 且為false時, 格式如"2000-03-05"
* @return 符合要求的日期字串
* @return 符合要求的日期字串
* @return 符合要求的日期字串
* @return 符合要求的日期字符串
}
/**
*轉換long值為日期字串
* @param l long值
* @param pattern 格式字串,例如:yyyy-MM-dd hh:mm:ss
* @return 符合要求的日期字串
*/
function getSmpFormatDateByLong(l, isFull) {
}
/**
*轉換日期物件為日期字串
* @param l long值
* @param pattern 格式字串,例如:yyyy-MM-dd hh:mm:ss
* @return 符合要求的日期字串
/**
function getFormatDateByLong(l,pattern) {
return getFormatDate(new Date(l),pattern);
}
/***/ ) ) ) {
if (日期== 未定義) {
date = new Date();
}
MM -dd hh :mm:ss";
}
return date.format(pattern);
}
//alert(getSmpFormatDate(new Date(1279849429000), true));
//alert(getSmpFormatDate(new Date(1279849429000),false));
//alert(getSmpFormatDateByLong(1279829423000, true));
//alert(getSmpFormatDateByLong(1279829423000,false));
//alert(getFormatDateByLong(1279829423000, "yyyy-MM"));
//alert(getFormatDate(new Date(1279829423000), "yy-atDate(new Date(1279829423000), “ (1279849429000, "yyyy-MM hh:mm"));