Changing Formats

AlisonB

Newcomer
Joined
Aug 20, 2003
Messages
6
I'm a newbie C# programmer and I'm wanting to change the format of a date or integer variable's contents. In VB I would have used something like:

Format(variable, "dd/mm/yy")

How can I do the same sort of thing in C#?

Thanks for any help.
 
Back
Top