S
SamuelXiao
Hi, I am writing an application about a search booking system. When a
user input a date in an input tag yyyy-mm-dd, there is automatically
output the inputed date + 7 days, it is like:
choose your period: From: <input>________</input> To
<input>_______</
input>
When a user input 2009-05-17, the <input> after To will automatically
output 2009-05-24.
I have been doing for hours but still cannot do it. Is it must to
use
Ajax? I read the datepicker sample of Jquery UI, but it can choose
one date only. Are there any way to do it?
Any help would be appreciated.
user input a date in an input tag yyyy-mm-dd, there is automatically
output the inputed date + 7 days, it is like:
choose your period: From: <input>________</input> To
<input>_______</
input>
When a user input 2009-05-17, the <input> after To will automatically
output 2009-05-24.
I have been doing for hours but still cannot do it. Is it must to
use
Ajax? I read the datepicker sample of Jquery UI, but it can choose
one date only. Are there any way to do it?
Any help would be appreciated.