I want to set default values for datepicker. In this I want to set default as
current date plus one day i.e., tomorrow. Please let me know, as to How can
I do that?
Hello
Read the link below
http://blogs.msdn.com/infopath/archive/2005/01/25/360318.aspx
I hope it will help you

Signature
Kalyan G Reddy - INFOPATH MVP 2007
http://www.ggktech.com
> I want to set default values for datepicker. In this I want to set default as
> current date plus one day i.e., tomorrow. Please let me know, as to How can
> I do that?
Vishal Somani - 07 Aug 2007 06:10 GMT
Hi Kalyan,
Thanks for this but it is technical and I am not a techco. I cannot write
codes, can just use formulas. Anyways thanks for your response.
Vishal
> Hello
>
[quoted text clipped - 6 lines]
> > current date plus one day i.e., tomorrow. Please let me know, as to How can
> > I do that?
If you are using InfoPath 2007, you can use the following formula:
addDays(today(), 1)
---
S.Y.M. Wong-A-Ton
> I want to set default values for datepicker. In this I want to set default as
> current date plus one day i.e., tomorrow. Please let me know, as to How can
> I do that?
Vishal Somani - 07 Aug 2007 06:10 GMT
Hi Wong,
I am unfortunatly using Infopath 2003. So cant use the formula you have
mentioned. Anyways thanks for your reply.
Vishal
> If you are using InfoPath 2007, you can use the following formula:
> addDays(today(), 1)
[quoted text clipped - 4 lines]
> > current date plus one day i.e., tomorrow. Please let me know, as to How can
> > I do that?