Closed sputnikOS closed 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.
Fixed.
Currently in the Rover Controller, MomentJS is not returning dates.
This was previously working and needs to be investigated.