• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Change date format to mm/dd/yyyy

RadiclDreamer

Diamond Member
Is there a way to change the date format from m/d/yy to mm/dd/yyyy either globally for all users or via command line? I have users with mandatory profiles on a citrix box and I need to change their date format for a single app to run properly. If I log them in to the citrix box locally and change the format when they log out and back in the setting isnt saved because of the mandatory profile which I really don't want to change if i can keep from it just due to the headaches it causes.

When I change it as admin it changes it only for me, I really want a way to set it system wide, or upon login.
 
Found the fix

REG add "HKCU\Control Panel\International" /v sShortDate /t REG_SZ /d "MM-dd-yyyy" /f

Added to their login script.

So far so good.
 
Back
Top