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

using System;
using OboutInc;
using OboutInc.Calendar2;
public class cs_jsvisible : 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 = "";