Set Current Date with Format on PostMan Request

Krixnaas - Jun 3 '22 - - Dev Community
const moment = require('moment');
pm.globals.set("today", moment().format("YYYY-MM-DD"));
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player