Oct 24, 2003 #1 A AlisonB Member Joined Aug 20, 2003 Messages 6 Im a newbie C# programmer and Im wanting to change the format of a date or integer variables 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.
Im a newbie C# programmer and Im wanting to change the format of a date or integer variables 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 Member Joined Aug 20, 2003 Messages 6 Its OK I found it - obvious when I look at it! variable.ToString("dd/MM/yy")