獲取當前時間
var date = new date();
可指定某種格式來獲取時間,或者將字串轉換成時間
var date = new date("2019-09-24 t00:00:00");
在比較的時侯根據需要,可以通過不同方法來對格式或者某個日期,某個時間比較
api描述
·getdate
根據本地時間獲取當前日期(本月的幾號)
·getday
根據本地時間獲取今天是星期幾(0-sunday,1-monday...)
·getfullyear
根據本地時間獲取當前年份(四位數字)
·gethours
根據本地時間獲取當前小時數(24小時制,0-23)
·getmillisecond
根據本地時間獲取當前毫秒數
·getminutes
根據本地時間獲取當前分鐘數
·getmonth
根據本地時間獲取當前月份(注意從0開始:0-jan,1-feb...)
·getseconds
根據本地時間獲取當前秒數
·gettime
獲取utc格式的從1970.1.1 0:00以來的毫秒數
·gettimezoneoffset
獲取當前時間和utc格式的偏移值(以分鐘為單位)
.getutcdate
獲取utc格式的當前日期(本月的幾號)
·getutcday
獲取utc格式的今天是星期幾(0-sunday,1-monday...)
·getutcfullyear
獲取utc格式的當前年份(四位數字)
·getutchours
獲取utc格式的當前小時數(24小時制,0-23)
·getutcmilliseconds
獲取utc格式的當前毫秒數
·getutcminutes
獲取utc格式的當前分鐘數
·getutcmonth
獲取utc格式的當前月份(注意從0開始:0-jan,1-feb...)
·getutcseconds
獲取utc格式的當前秒數
·getyear
根據本地時間獲取當前縮寫年份(當前年份減去1900)
js 時間獲取與比較
1 獲取當前時間 精確到秒 本機時間 function getnowformatdate if strdate 0 strdate 9 if hour 0 hour 9 if minute 0 minute 9 if second 0 second 9 var currentdate date.ge...
頁面獲取的時間在js中的比較
function doaction acttype var fatherdate1 taskp.getcreatedate var fatherdate2 taskp.getdeaddate var sondate f1.deaddate.value if comparedate fatherdat...
MFC獲取系統時間和比較
獲取當前系統時間ctime time ctime getcurrenttime 獲取系統日期 cstring date time.format t y m d h m s w a 2006 10 13 17 23 47 41 friday時間比較 如果當前時間大於指定的時間,函式返回false bo...