Hi,
this is my first post here - i am very new to C# and i am struggling with a solution.
i have to accept a date as a numerical value in a text box, then convert it into a string displaying the written month name.
im struggling on how i can seperate the date input (i.e "18/02/2009") into three seperate int's (i.e 18 and 02 and 2009)
any help would be great,
thanks
Bradd