Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting DTPicker's .Value Property

Status
Not open for further replies.

Hexonx

Programmer
Jan 10, 2001
102
US
I've used the DTPicker control in Visual Basic, but now need it in a browser page and am having trouble setting the .Value property. In VB I can set it to &quot;1/1/2002&quot; and it works, but in ASP I have to use <param NAME=&quot;CurrentDate&quot; VALUE=&quot;<%=CDbl(CDate(&quot;1/1/2002))%>&quot;>. When I use the Value property in ASP it gets ignored and defaults to current date.

Any thoughts here, or is this the way to do it?

TIA

Craig Boland
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top