We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697c5d4 commit c9d485dCopy full SHA for c9d485d
1 file changed
GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/ReplayMenu.cpp
@@ -290,6 +290,7 @@ void PopulateReplayFileListbox(GameWindow *listbox)
290
// name
291
UnicodeString replayNameToShow = createReplayName(asciistr);
292
293
+ // TheSuperHackers @tweak Caball009 07/02/2025 Display both time and date instead only time.
294
UnicodeString displayDateTimeBuffer;
295
displayDateTimeBuffer.format(L"%s %s", getUnicodeTimeBuffer(header.timeVal).str(), getUnicodeDateBuffer(header.timeVal).str());
296
0 commit comments