DateTime? dateOrNull = myCalendar.SelectedDate;
if (dateOrNull != null)
{
DateTime newSelectedDate = dateOrNull.Value;
}
I am attempting to replicate the below date picker example, however I continue to recieve the same errors. N
http://help.arcgis.com/en/webapi/sil.../api_start.htm