# 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
```
