sputnikOS / Outer-Space-Project

Outer Space Project
https://opensourcemilkyway.firebaseapp.com
0 stars 0 forks source link

MomentJS not working in controllers #15

Closed sputnikOS closed 6 years ago

sputnikOS commented 6 years ago

Currently in the Rover Controller, MomentJS is not returning dates.

            let day = moment().format("DD"); // undefined  
            let month = moment().format("MM"); // undefined
            let year = moment().format("YYYY"); //undefined

This was previously working and needs to be investigated.

sputnikOS commented 6 years ago

Fixed.