Hi, When we take date input from user by using @sys.date or @sys.date-time dialogflow cx gives the format mm/dd/yyyy. I need the format dd/mm/yyyy? How to convert the format dd/mm/yyyy from mm/dd/yyyy.
My input was 01/03/1996 and the format is dd/mm/yyyy. But dialogflow convert it mm/dd/yyyy.
So how can i get dd/mm/yyyy format ?