Best answer

change Querystring output

  • 25 June 2021
  • 2 replies
  • 130 views

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.

icon

Best answer by Troy Tessalone 25 June 2021, 04:33

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @edgarphs 

Try this: Formatter > Date & Time > Format

https://zapier.com/help/doc/how-use-formatter-functions

That worked perfect! thank you Troy.