R
Richard Thombs
My regional settings show that my short date format is this:
dd/MM yy and correctly displays the example '16/6 04'
And yet DateTime.ToShortDateString returns '16/6 2004'
In other words it gives me a 4 digit year rather than a 2 digit year.
This seems to be echoed throughout all of the regional settings I've
tried and also happens on the full framework.
Is it actually possible to get a 2 year date out without having to
manually create it?
R.
dd/MM yy and correctly displays the example '16/6 04'
And yet DateTime.ToShortDateString returns '16/6 2004'
In other words it gives me a 4 digit year rather than a 2 digit year.
This seems to be echoed throughout all of the regional settings I've
tried and also happens on the full framework.
Is it actually possible to get a 2 year date out without having to
manually create it?
R.