S
simon
I would like to get the string in this format: yyyyddmm , like in sql.
I read the date from the calendarControl:
dateString=Calendar.SelectedDate.Date.ToShortDateString
and I get dateString=4.12.2003
I would like to have:dateString=12042003
What is the best way to do that?
Thank you,
Simon
I read the date from the calendarControl:
dateString=Calendar.SelectedDate.Date.ToShortDateString
and I get dateString=4.12.2003
I would like to have:dateString=12042003
What is the best way to do that?
Thank you,
Simon