kimpa0107 / date2str

Convert Date to string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert Date to string

Usages

const { dateToString } = require('@kimpa0107/date2str');

const date = new Date();
const res = dateToString(date, 'YYYY-MM-DD HH:mm:ss');

console.log(res);

Format

year: YYYY month: MM day: DD hour: HH minute: mm second: ss

About

Convert Date to string.


Languages

Language:JavaScript 100.0%