View Single Post
Join Date: Sep 2008
Posts: 23
Reputation: gopi17 is an unknown quantity at this point 
Solved Threads: 0
gopi17 gopi17 is offline Offline
Newbie Poster

Re: Date Picker Problem

 
0
  #2
Sep 11th, 2008
Originally Posted by pardeep3dec View Post
Hi friends,
I took a date picker control on form but it is not showing current date.
Is there any way except this datepicker1.value=date ?

try this

datepicker1.value = date.now()....
i think its should work....
Reply With Quote