i have two text boxes with two date pickers. One text box and date picker for start date and another two for end date.
First the values of two text boxes are current date.If we select a particular date using date picker the value will be changed corresponding to that.
My requirement is when i select a start date using date picker the end date should also be changed equal to the start date.

Any Idea???
Thanx in advance....

Recommended Answers

All 2 Replies

Hi,

onchange event of from date textbox, copy the value of from date into todate textbox.

Thanx.....Vicky.....I got it...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.