date-fn

Date fn used to give the date and time format using a particular code. Please select the corresponding code that which you need the format.

date-fn downloads date-fn version

date-fnSimilar Packages:
Npm Package Weekly Downloads Trend
3 Years
🌟 Show real-time usage chart on date-fn's README.md, just copy the code below.
## Usage Trend
[![Usage Trend of date-fn](https://npm-compare.com/img/npm-trend/THREE_YEARS/date-fn.png)](https://npm-compare.com/date-fn#timeRange=THREE_YEARS)
🌟 Show GitHub stars trend chart on date-fn's README.md, just copy the code below.
## GitHub Stars Trend
[![GitHub Stars Trend of date-fn](https://npm-compare.com/img/github-trend/date-fn.png)](https://npm-compare.com/date-fn)
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
date-fn9,746---6 years agoISC
README for date-fn

date-fn

Date fn used to give the date and time format using a particular code. Please select the corresponding code that which you need the format.

Date Example

const dateFn = require('date-fn')
const date = new Date()

dateFn.date(date, 143)
//   1991/08/28 1:10:10 PM

dateFn.date(date, 143, '-')     //3rd parameter is optional
//    1991-08-28 1:10:10 PM


dateFn.date(date, 108)
//      Wed Aug 28 1991

dateFn.date(date, 110)
//     Aug 28, 1991

dateFn.date(date, 5)
//     1:10:10 PM

dateFn.date(date, 6)
//     13:10:10


Code for Date Time

CodeResponseCodeResponse
1431991/08/28 1:10:10 PM1441991/08/28 13:10:10
1451991/08/28 1:10 PM1461991/08/28 13:10
1471991/28/08 1:10:10 PM1481991/28/08 13:10:10
1491991/28/08 1:10 PM1501991/28/08 13:10
15108/28/91 1:10:10 PM15208/28/91 13:10:10
15308/28/91 1:10 PM15408/28/91 13:10
15508/28/1991 1:10:10 PM15608/28/1991 13:10:10
15708/28/1991 1:10 PM15808/28/1991 13:10
15908/1991/28 1:10:10 PM16008/1991/28 13:10:10
16108/1991/28 1:10 PM16208/1991/28 13:10
16328/08/1991 1:10:10 PM16428/08/1991 13:10:10
16528/08/1991 1:10 PM16628/08/1991 13:10
16728/1991/08 1:10:10 PM16828/1991/08 13:10:10
16928/1991/08 1:10 PM17028/1991/08 13:10
17128 Aug 1991 1:10:10 PM17228 Aug 1991 13:10:10
17328 Aug 1991 1:10 PM17428 Aug 1991 13:10
175Wed Aug 28 1991 1:10:10 PM176Wed Aug 28 1991 13:10:10
177Wed Aug 28 1991 1:10 PM178Wed Aug 28 1991 13:10

Code for Date

CodeResponse
10108/28/91
10208/28/1991
10308/1991/28
10428/08/1991
10528/1991/08
1061991/08/28
1071991/28/08
108Wed Aug 28 1991
10928 Aug 1991
110Aug 28, 1991
11119910828

Code for Time

CodeResponse
51:10:10 PM
613:10:10
71:10 PM
813:10