我在包含日,月,年的表單中選擇了三個下拉菜單。相當標準。我忽略了這個問題的所有個人選擇選項。按天數選擇日期時計算日期
<label for="start_date">Start Date<font class="required">*</font>:</label>
<select name="place_booking[day_val]">
<select name="place_booking[month_val]">
<select name="place_booking[year_val]">
在這之下我有一個選擇客戶希望留在出租的天數。
<label for="number_of_days">Number of Days<font class="required">*</font>:</label>
<select name="place_booking[number_of_days]">
下面有一個空間來顯示基於上述兩個選擇的出發日期。
<label for="departure_date">Departure Date<font class="required">*</font>:</label>
? - 這一點我想顯示在上述選擇後的計算日期
任何幫助將grealty讚賞。
我知道它的一個棘手的一個:( – Andy 2010-03-22 20:30:23
最簡單的方法是找到一個網站,實現這一點,並試圖瞭解它的JS代碼 – Pentium10 2010-03-22 20:57:40
:)試過了,謝謝。 – Andy 2010-03-22 21:00:21