Skip to content

stefan-krajnik/Date2MysqlFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Date2MysqlFormat

Usage

npm install date2mysqlformat --save

const Date2MysqlFormat = require('date2mysqlformat');

Date2MysqlFormat.dateOnly(date)

let now = new Date(); // Date instance  
let nowMysqlFormat = Date2MysqlFormat.dateOnly(now) // String => 2016-10-30 (YYYY-MM-DD)

Date2MysqlFormat.dateAndTime(date)

let now = new Date(); // Date instance  
let nowMysqlFormat = Date2MysqlFormat.dateAndTime(now) // String => 2016-10-30 15:58:53 (YYYY-MM-DD HH:MM:SS)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published