I have variables like:
DateTime crd = a.CreationDate; (shown as a variable in C# but available in razor views)
I want to show these as a date using the format: 11/06/2011 02:11
Ideally I would like to have some kind of HTML helper for this. Anyone out there already have something that might meet my needs?