I need to distribute a report that contains a number of date columns. As a result, the maximum number of report positions that I want to use is 8 (ex. mm/dd/yy). But, the recipient of the report definition may be located around the world where the proper format can be dd/mm/yy or yy/mm/dd.
The Windows ShortDate format does handle the proper sequence for the month, day, and year. But, the user may have their short date year set to YYYY... or their short date month set to MMM. Can I use the ShortDate format in a formula and somehow force the year portion to YY and the month portion to MM?
The Windows ShortDate format does handle the proper sequence for the month, day, and year. But, the user may have their short date year set to YYYY... or their short date month set to MMM. Can I use the ShortDate format in a formula and somehow force the year portion to YY and the month portion to MM?