/**
* @date: 2019-08-14 11:44:46
* @param 指定乙個時間戳 settime
* @author lg
* @desc: 返回類似幾天前幾小時前
**/var time = ,
// 獲取今天0點0分0秒的時間戳
gettodayunix: function () ,
// 獲取今年1月1日0點0分0秒的時間戳
getyearunix: function () ,
// 獲取標準年月日
getlastdate: function(time) ,
// 轉換時間
getformattime: function(timestamp) else if (math.floor(timer/60) <= 0) else if (timer < 3600) else if (timer >= 3600 && (timestamp - today >= 0) ) else if (timer/86400 <= 31) else
return tip;
}};var settime = new date('2019-08-10').valueof()
var callback = time.getformattime(settime );
console.log(callback );//幾天前
Timetool 顯示時間 如 2天前
獲取當前系統時間 public class timetool stringbuffer sb new stringbuffer long t long.parselong timestr long time system.currenttimemillis t 1000 long mill long...
獲取當前時間的前3天
根據當前時間獲取前3的時間 根據情況而定 1.建立日曆類 calendar ca calendar.getinstance 2.設定當前時間 ca.settime new date 3.設定日期物件 並格式轉換 根據自己需求轉換 dateformat df new dateformat yyyy m...
js獲取當前時間和7天前的時間
如果想要實現的完美些,當時間不滿10的時候 新增 0 由 1,2,3 變為 01,02,03 格式更統一,可新增三元表示式進行優化處理,如下 var day data.getdate 10 0 data.getdate data.getdate 年月日時分秒 都可替換為 如上的例子 獲取各種型別當前...