demo-day-one

```JavaScript class Moment{ constructor(time){ this.time=time; this.change() } change(){ let nowtime = new Date(); let newtime = new Date(this.time);


License
ISC
Install
npm install demo-day-one@3.1.0