判断提前日期?帮帮忙..
<td width="100" align="right" nowrap bgcolor="#f3f3f3">保险到期日期:</td>
<td width="30" height="15" bgcolor="#FFFFFF"><input type="text" name="txt_vehicleBxEndDate" value="" class="dateTimePicker" style="WIDTH: 200px"></td>
vehicleBxEndDate=request.Form("txt_vehicleBxEndDate")
我想获取这个日期前天的值?怎么获取,帮帮忙..