Skip to content

win: fix default ShortDateFormat and LongDateFormat

Ondrej Pokorny requested to merge (removed):main into main

Delphi compatibility issue: TFormatSettings.DateSeparator is ignored.

The reason is that ShortDateFormat and LongDateFormat use the real date separator instead of the '/' placeholder.

Test project: ZeroSeparators.lpr

Merge request reports