Oct 24, 2003 #1 A 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.
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.
Oct 24, 2003 #2 A AlisonB Newcomer Joined Aug 20, 2003 Messages 6 It's OK I found it - obvious when I look at it! variable.ToString("dd/MM/yy")