Good Afternoon,
I am trying to modify the date and time for submitted forms. I have modified the following in RoutingEngineServiceHost.exe.config and restarted the service:
<add key="UseSystemDateTimeFormat" value="false" />
<add key="DefaultDateTimeFormat" value="yyyy'-'MM'-'dd hh:mm a" />
<add key="DefaultDateFormat" value="yyyy'-'MM'-'dd" />
the Default Date format works correctly however the date time format is showing as 5/1/2017 for submit actions in the action history. is there a way to change the action history to yyyy-MM-dd hh:mm a date time format?