獲取當前的時間(年-月-日)
getcurrentday()
獲取明天的時間(年-月-日)
getcurrentnextday()
獲取本月最後一天,下月第一天
getmonthlastday()
--')
// 下月第一天
let oneday =
1000*60
*60*24
this
.currentmonthendday =
parsetime
(new
date
(nextmonthday - oneday)
,'--'
)// 本月最後一天
},
以上parsetime()
方法的使用
export
function
parsetime
(time, cformat)
const format = cformat ||
'-- ::'
let date
if(typeof time ===
'object'
)elseif(
(typeof time ===
'number')&&
(time.
tostring()
.length ===10)
) date =
newdate
(time)
}const formatobj =
return format.
replace
(//g
,(result, key)
=>
return value.
tostring()
.padstart(2
,'0')}
)}
獲取當前時間對應的各個時間段初始的時間戳
import time import datetime from datetime import timedelta now datetime.datetime.now 獲取當前時間 nowtime int time.time 獲取當前時間戳 time01 nowtime nowtime 60 獲取...
PHP程式設計獲取各個時間段具體時間的方法
echo 昨天 date y m d strtotime 1 day echo 明天 date y m d strtotime 1 day echo 一周後 date y m d strtotime 1 week echo 一周零兩天四小時兩秒後 date y m d g h s strtotime...
Windows 獲取檔案操作時間的方法
一 獲取檔案的修改時間 typedef struct win32 find dataa win32 find dataa,pwin32 find dataa,lpwin32 find dataa 舉例 include 標頭檔案include int main int argc,char argv 2...