I want to know how to get to date by from date, i am using two jspinner and jspinner model. my task is to add change listner to spinner1 and give the from date values after which spinner2 should give to date values. to date values are based on monthly,quarterly,halfyearly and yearly. spinner2 values should be changed with respect to spinner1 values.
You were already discussing this in this thread, where you posted, 4 weeks ago:
Narendra kodli wrote:Ok... Now i am able to get date values and my new task is to calculate to date from from date. That is if i give todays date it should calculate and display next year date. I am using spinnerdatemodel and jspinner. How to do that