You are viewing limited content. For full access, please sign in.

Question

Question

date format question for RoutingEngineServiceHost.exe.config

asked on May 1, 2017

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?

 

 

0 0

Replies

replied on May 10, 2017

The changes on routing service config file will not affect how website display the date time. The website date/time format follows browser locale and cannot be changed to a fixed one.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.