Hi All,
I am using a date prompt for a report which has calender type : gregorian and select UI as Edit box.
Now it displays
From: date selection
To: date selection .
Can this From selection and To selection be displayed side by side
like From: Date selection TO: Date selection .
Any ideas help me a lot
Aside from some customization of the control via javascript or something, you can alter your filters to include 2 parameters, 1 each for the From and To dates, instead of employing in_range or between operators.
Now, you will have to have 2 separate Date Prompt controls (1 each for From and To date), but you will now have full control over their physical placement on the page.
Thanks it helped me