Bolding Dates in Calender object VB
I am using a Calender component on a Visual Basic Form on which I wish to show some special dates 'bolded' . My dates are in Strings formated as dd/mm/yyyy eg :- 8/12/2010 and I need to know how to convert them to DateTime format in order to use the AddBoldedDate(myDatetime). Can anyone explain the easiest way of doing the conversion.
|