Hi Gurus,
I need to output stringlist of dates in between of my 2 input string.
input: startDate (string) and endDate (string)
output: dateRange (stringlist) dates in between those 2 input date
i.e.
Input
startDate = 07/01/2020
endDate = 07/04/2020
Output:
dateRange [0] = 07/01/2020
dateRange [1] = 07/02/2020
dateRange [2] = 07/03/2020
dateRange [3] = 07/04/2020
I think I may need to create a java service but my knowledge to it is still minimal.
Can someone share the code for this?
Regards,
BG
#Integration-Server-and-ESB#webMethods-io-Integration#webMethods