I have a string that I get from a source that represents a date and comes like this "19941201" (Year+Month+Day).
I need it to be "01/12/1994" or even "01-12-1994".
I am retrieving this data from a List using linq.
Is there a 'neat' way to do this? I use c# and .Net4.0 !