I was looking for it sometimes but could get a straight answer. I would like to have a Random Date of Birth generated in MM-DD-YYYY format and should be older than 18 years.
I looked up here the new Dynamic variables which are generated from the faker library which generates dummy data. There are some examples of Dates but could get any help regarding the date of Birth.
An excellent example I can see like generating a Random Phone number as below. I am looking for something similar for Date of Birth also.
// GENERATE RANDOM Phone Number
pm.environment.set("phone_number", pm.variables.replaceIn('{{$randomPhoneNumber}}'));