It feels like I'm spending too much time on this.
I've been trying to format the momento().toDate() in pt format but no luck so far.
I've already added it to my react code
import 'moment/locale/pt';
import moment from 'moment';
moment.locale('pt');
console.log(moment(date, 'DD-MM-YYYY').toDate());
However, the result I'm getting is Wed Feb 26 2020 00:00:00 GMT+0000 and not Qua Fev 2020 00:00:00 GMT+0000