Thread: Calendar event
View Single Post
  #8 (permalink)  
Old 08-28-2007, 07:00 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 15,688
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

You can choose which format to use:
Code:
Sub App_Start
 DateFormat(
"dd/mm/yyyy")
End Sub

Sub Calendar1_DropDown
 calendar1.Value = DateParse(textBox1.Text)
End Sub
Reply With Quote