L
Lam
Hi
I have a method to catch the event
private void calendar_DateSelected(object sender,
System.Windows.Forms.DateRangeEventArgs e)
{
}
Does anyone knows how can I get the selected date from MonthCalendar?
and rturn it as a string ?
Thanks a lot
Lam
I have a method to catch the event
private void calendar_DateSelected(object sender,
System.Windows.Forms.DateRangeEventArgs e)
{
}
Does anyone knows how can I get the selected date from MonthCalendar?
and rturn it as a string ?
Thanks a lot
Lam