To show the Time, Date, both or Battery on top bar at Today screen, you will need a registry editor and go to the following values, create the new keys if they does not exist.

[HKLM\Software\Microsoft\Shell\] 
Time: 
"ShowTitleBarClock"=1 / "TBOpt"=1 
Date: 
"ShowTitleBarClock"=1 / "TBOpt"=2 
Both date and time: 
"ShowTitleBarClock"=1 / "TBOpt"=3 
Nothing: 
"ShowTitleBarClock"=1 / "TBOpt"=0 
Battery: 
"ShowTitleBarClock"=0 / "TBOpt"=1


Note 1: If you are switching to the Analog clock display, the date will remain visible through the Analog clock.
Note 2: Setting the clock to invisible (show ‘nothing’) will not release the reserved space, so taskbar background is shown, and obscure any icons that will shift to the right.
Note 3: The date may get overlapped by the space reserved for the OK/Close button in the top-right corner. The fix is to add spaces at the end of your ‘Short Date Format’.

Beside, it’s also possible to display and attach AM or PM to the clock. Navigate to HKEY_LOCAL_MACHINE\nls\overrides to add a few new registry value:

1. Create a new String value with name = S1159 & data = Am
2. Create a new String value with name = S2359 & data = Pm
3. Create a new String value with name = STFmt & data = h:mm tM

Note: Please follow the capital letters and small letters used exactly or it may cause hard resets to your WM5 devices, and AM or PM (in capital letters) will be shown on the taskbar eventhough the registry data value was entered as Am and Pm.