UNPKG

format-time-both-my

Version:

fotmat time YY-MM-DD HH:mm:ss

13 lines (8 loc) 192 B
# install > cnpm install format-time-both-my ## use ``` bash import {formatTimeBoth} from 'format-time-both-my' const time = new Date(); formatTimeBoth(time); // 2020-06-01 16:55:55 ```