We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Time Picker issue

Hi,

 

I use Essential Studio 11.3.0.30 in my MVC project.

 

When I try to use TimePicker control on my server it displays only PM part of the time (test server http://vps16492.public.cloudvps.com/UniveSolution/Home/Appointment/DC6EC14D-23C8-482B-A8A7-4070F5CF8BBA)

 

The beckend code is :

  var timeModel = new TimePickerModel()

            {

                Format = "HH:mm",

                LiveUpdate = true,

                MinValue = new DateTime(2013, 01, 01, 08, 00, 00),

                MaxValue = new DateTime(2013, 01, 01, 18, 00, 00),

                MinuteInterval = 15,

                Value = new DateTime(2013, 01, 01, 08, 00, 00),

                AutoFormat = Skins.Marble,

               

            };

            ViewData["timemodel"] = timeModel;

 

And frontend:

 

<div style="float: left; margin-right: 35px;">

            @Html.Syncfusion().TimePicker("AppointmentTime", (TimePickerModel)ViewData["timemodel"])

</div> 

Could you please provide me with any suggestion how to solve this issue. 

Thanks, regards Ivan Kulpa


1 Reply

ME Meena Syncfusion Team December 17, 2013 10:30 AM UTC

Hi Ivan,

 

Thanks for contacting Syncfusion forums.

 

We have prepared a simple sample with the provided code and hosted the sample in IIS and checked the issue, we are unable to reproduce the issue. Timepicker is working fine with no issues. Please refer the below scrrenshot,

 

Screenshot:

 

The sample is available in the below link,

 

If you still feel that issue exists, could you please share a simple sample or try reproducing the issue in above sample and share the same with us? So that we can analyse the issue and provide you a better solution. Also, kindly provide all necessary details for reproducing the issue in our end.

 

Please let us know if you have any other concerns.

 

Regards,

Meena



TimePicker_3963136e.zip

Loader.
Live Chat Icon For mobile
Up arrow icon