How to pass current date as a value in GET request

Hi @niavarghese20,

In Moment.js, MM is the token for displaying month which is why it’s showing you 09 (September) every time. If you change it to mm then you will get the correct minute value.

The full format reference guide can be found here:
https://momentjs.com/docs/#/displaying/

3 Likes