On or before a certain 'Date' using Javascript.
Hi All,
I have a requirement where I have to get select data from a range of date.
I am currently Using @partyDate >= parsed_Date in querydef where condition.
But the data being returned is incorrect.
is the syntax correct. How do I pass 'on or after' parsed_Date in querydef where condition in javascript.
Please help.