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
326 B

using System;
using OboutInc.Calendar2;
public class cs_addparam1 : OboutInc.oboutAJAXPage
{
protected Calendar myCalendar;
void Page_Load(object sender, EventArgs e)
{
if (!IsCallback)
{
myCalendar.DateToday = new DateTime(1983, 5, 22);
myCalendar.ShowYearSelector = true;
myCalendar.TitleText = "";
}