DaveM
Posts: 11
|
| Posted: 09/20/2007, 7:15 AM |
|
Can any body help,
I need to set a default to the date field of "Current Date + 1 Day."
I know how to set it to the current date but i need to add 1 to this so when the form loads it shows the current date + 1 in the field, this could then be altered by the user .
Many thanks
Dave
|
 |
 |
Oper
Posts: 1195
|
| Posted: 09/20/2007, 6:15 PM |
|
Depend what you are using, but you could use Before show
on before show
Sender.value=Date() + 1
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
DaveM
Posts: 11
|
| Posted: 09/21/2007, 2:35 AM |
|
Many Thanks Oper
It worked a treat.
Cheers
DaveM
|
 |
 |
|