You can also do this to get the date for today and tomorrow and yesterday
let today = moment();
let tomorrow = moment().add(1,'days');
let yesterday = moment().add(-1, 'days');
You can also do this to get the date for today and tomorrow and yesterday
let today = moment();
let tomorrow = moment().add(1,'days');
let yesterday = moment().add(-1, 'days');
For further actions, you may consider blocking this person and/or reporting abuse
Harsh Viradia -
Toshiya Matsumoto -
Growkon -
Md Abdul Awal Sajib -
Top comments (0)