1.3.3 • Published 3 years ago

dateformatterbyarif v1.3.3

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

I shared the date formatting operations that I think are used most frequently. const { dateToTimeStamp, add3Hour, formatDate, formatDateAndTime, formatTime, addDays, nowToTimeStamp, timeStampToDate,formatDateAndTimeForFileName } = require('dateformatterbyarif'); console.log(dateToTimeStamp(new Date())) console.log(add3Hour(new Date())) console.log(formatDate(new Date())) console.log(formatDateAndTime(new Date())) console.log(formatTime(new Date())) console.log(add3Hour(addDays(new Date(), 0))) console.log(add3Hour(nowToTimeStamp())) console.log(timeStampToDate(1625525359.629)) console.log(formatDateAndTimeForFileName(new Date()))

//////

1625525529.904 2021-07-06T01:52:09.911Z 06.07.2021 06.07.2021 01:52 01:52 2021-07-06T01:52:09.915Z 1970-01-19T22:32:05.530Z 2021-07-05T22:49:19.629Z 06072021_01-52-17

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago