You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
354 B

imports System
imports OboutInc.Calendar2
public class vb_addparam1
inherits OboutInc.oboutAJAXPage
protected myCalendar as Calendar
sub Page_Load(byval sender as object, byval e as EventArgs)
if not IsCallback
myCalendar.DateToday = new DateTime(1983, 5, 22)
myCalendar.ShowYearSelector = true
myCalendar.TitleText = ""
end if