Newtothis...
I have two fields in a form. One with today's date being calculated with the following:   var f=this.getField("Today");f.value=new Date();   The second field I am trying to add 7 days to, but I…
in JavaScript