Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Date field format on clied based on client regional settings
posted

Hi,

I am using Ultrawebgrid 9.1 for ASP.net. I am using one for the grid column to display date time input.

<

 

igtbl:UltraGridColumn Width="110" IsBound="true" BaseColumnName="SubmittedOn" DataType="System.DateTime" HeaderText="Submitted On" Type="NotSet" Key="JobStatus.SubmitTimestamp"></igtbl:UltraGridColumn>

This displays mm/dd/yyyy  HH:MM:SS AM/PM time format.

My Webserver regional settings will always be Engilish-USA.

What I want is that if My client is using the Germany Regional settings then the Date format will display  on client browser like dd.mm.yyyy HH:MM:SS AM/PM

I am wondering is there any way to set the date format on client side?