The special-case adjustment
4704 Fixed Date field should show yyyy if system is configured for yy date format
fails to take effect on date values containg year and month but no day. e.g. with Regional Settings yy-mm-dd, MM shows:
Personally I think MM should simply respect the Regional Settings i.e. make no adjustment, but if it going to make this adjustment, it should do so consistently.
The special-case adjustment[quote]4704 Fixed Date field should show yyyy if system is configured for yy date format [/quote]fails to take effect on date values containg year and month but no day. e.g. with Regional Settings yy-mm-dd, MM shows:[code] Date
1977
77-01
1977-01-02[/code]Personally I think MM should simply respect the Regional Settings i.e. make no adjustment, but if it going to make this adjustment, it should do so consistently.