I know that Win32 has an Nls GetDateFormat function, for example:
GetDateFormat(…, …, …, "dddd','MM','y", …, …);
and GetTimeFormat , for example:
GetTimeFormat(…, …, …, "tt ss':'hh':'mm", …, …);
But is there a way to format both points, for example:
GetDateTimeFormat(…, …, …, "tt dddd' - 'ss':'y';'hh':'mm MM", …, …);
Note. A format string is intentionally designed to demonstrate that not all format strings are linearly split.