Posts by Paulo Vitor • 31 points
1 post
- 
		2 votes2 answers1704 viewsQ: How to send request in Timestamp: yyyyMMddHHmmssffff format using Postman?I need to use Postman to send a request to the API and in the header I need to send the date in format yyyyMMddHHmmssffff. I tried to use Moment.js this way, but it doesn’t seem to work: const…