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
1470
Time displayed as "AM" when it should be "PM"
posted


Running into an issue with the WebDataPicker when the date format is set to "Short Date and Short Time" or "g".

The data from the database:

2016-01-22 14:01:52.000

The data from the data row before setting the control's .Value property:

1/22/2016 2:01:52 PM

The controls' value property after setting the property:

#1/22/2016 02:01:00 AM#

The control's text property:

1/22/2016 2:01 AM

Using Infragistics4.Web.v15.2

Version: 15.2.20152.2042

Any help is appreciated, thanks!