Its it possible to change the incoming format of a Query String?
Right now my website collects Date of birth in this format 06/10/1981 and I am using webhook to send that information to my clients API, but there API Date of Birth format only accepts this type of abbreviation 1981-06-10
Year, Month and date in that order. and my website only collects it in this order month, date and year.
Hope that makes sense.