Join 86,242 VB Programmers. There are 2,260 online right now! Ask your question and get quick answers from Dream.In.Code experts. Join the #1 programming help community on the internet! Registration is fast and FREE... Join Now!
Make sure you download the latest VB service packs and install them, there were some issues with the DatePicker originally. Also any client which has MS Office installed must be updated to at least Service Pack 2 or the program will act iradically.
DTPicker1.value = Now if u want a specified format Try This DTPicker1.Value = Foramt(Now,"dd/mm/yyyy")which ever format u want u can give it . Regds Vignesh