Answers for "What to put in pre-request tab of postman for date"

0

What to put in pre-request tab of postman for date

var current_timestamp = new Date();
postman.setEnvironmentVariable("current_timestamp", current_timestamp.toISOString());
Posted by: Guest on May-19-2021

Code answers related to "What to put in pre-request tab of postman for date"

Browse Popular Code Answers by Language