Date format separators supported by BSSV
What are the date format separators supported by BSSV as input.
I tried Dash(-) which worked, but couldn't get slash(/) working.
Is BSSV designed only to support Dash? Is there any setup to include slash as a separator.
eg: working case:-
<header> <dateRequested>2023-01-11</dateRequested> </header> </orac:getSalesOrder>
eg: for not working case:-
<header> <dateRequested>2023/01/11</dateRequested> </header> </orac:getSalesOrder>