獲取當前時間並轉化為轉化為各種格式

2021-10-08 21:27:42 字數 646 閱讀 9051

在專案中直接把**複製成乙個fortime.js檔案,然後在需要用到的時候import或者require一下,

根據需要用

例如(var fortime = require("…/…/…/utils/fortime.js"))

然後根據需要選擇是

fortime.formattime (new date())

fortime.formattimed (new date())

fortime.formattimes (new date())

具體看**

/* 獲取當前時間 hh-hh-hh-hh-hh-hh格式*/

const

formattime

= date =>

/* 獲取當前時間 hh-hh-hh hh:hh:hh格式*/

const

formattimed

= date =>

/* 獲取當前時間 hhhhhhhhhhhh格式*/

const

formattimes

= date =>

const

formatnumber

=n =>

module.exports =

```

IOS獲取時間戳並轉化為對應格式的時間

獲取時間戳 nstimeinterval time nsdate date timeintervalsince1970 轉換成標準時間 nsdate detaildate nsdate datewithtimeintervalsince1970 time 例項化乙個nsdateformatter物件...

python 獲取utc時間轉化為本地時間

python 獲取utc時間轉化為本地時間 方法一 import datetime timenow datetime.datetime.utcnow datetime.timedelta hours 8 將utc時間轉化為本地時間 timetext timenow.strftime y m d 方法...

scrapy 把cookie並轉化為字典的形式

在用scrapy設定cookie的時候,需要從網頁上對應的頁面把cookie欄位複製下來,並轉化為字典的形式,下面 是對cookie的轉化過程 coding utf 8 class transcookie object def init self,cookie self.cookie cookie ...