Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have 2 data selectors in place to set a From and a To variable.
I have also changed the date in the Main Tab to be the following:
SET MonthNames='Jul;Aug;Sep;Oct;Nov;Dec;Jan;Feb;Mar;Apr;May;Jun';
When I select a date from the selector, say July 11, it should insert the date 11/7/2017, however it is seeing July 11 as 11/01/2017.
Is there an easy fix for this?
Thanks
Luke
Hi,
Why don't you use the normal order of the months?
Set MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';