Set Current Date with Format on PostMan Request
Krixnaas

Krixnaas @krixnaas

About: Blockchain Enthusiast & Full Stack Developer <br/>Here, I collect all the goodies I can find while I learn as much as I can about web-development.

Location:
Australia
Joined:
Oct 9, 2021

Set Current Date with Format on PostMan Request

Publish Date: Jun 3 '22
8 0
const moment = require('moment');
pm.globals.set("today", moment().format("YYYY-MM-DD"));
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment