var date = moment("2014-02-27T10:00:00").format('DD-MM-YYYY');
moment().toDate();
const myMomentObject = moment(str, 'YYYY-MM-DD')
moment( moment().utc().format( "YYYY-MM-DD HH:mm:ss" )).toDate()
moment.toDate()