Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have two calender objects From Date and To Date for Order Date and Shipping Date. Now I want to entry a blank(null) Date through the calender object(From & To). Is it possible?? If anyone have any solution please share here.
No, nulls can't be entered or selected. Replace nulls in the script with real values, for example with a date like 2999-01-01.
What do you need Null date for?
On expression both shipping date and order date filter has been used. Now if user want to filter the order date only not shipping date, then user have to pass null on shipping date range(From & To). This is my requirement and I does not want to wrote more expression on for individual shipping date or order date.
To achieve what you are suggesting I would use a regular input box, calendar objects are tied to fields and require a value. Input boxes do not.
Really? I think if I clear selection, that means chose all date range. which is the same usage as null date.