Hi,
I want to display calendar days in a specified date range.
ex: date range -> from: 1/1/2014 to: 5/1/2014
If from and to dates are extracted from prompt, report should display a calendar like this :
01 | 02 | 03 | 04 | 05 |
---|---|---|---|---|
Wed | Thu | Fri | Sat | Sun |
My question is, how to display a calendar if no stored calendar object/field is available in the backend?