The answer to this is most likely all over the web, and I just can’t find it.
I’m writing a C# Web Form, and need to obtain the return value of the calender so that I can convert it to a string (if that is at all possible), however, I have no idea what the return value of it is.
For example: to get the “return value” of a dateTimePicker to turn into a string in C# Windows Forms, you simply input dateTimePicker1.Value.ToShortDateString();, however, this should be easier, and yet I can’t figure it out.
Thanks for any input in advance!
Assuming you are using the out of the box calendar control: