Skip to main content

All Questions

0 votes
1 answer
78 views

jQuery UI : Problem with datepicker on smartphones

I created a web site in ASP.NET Core MVC, using bootstrap and jquery-ui. The site works well in a desktop. However in a smartphone, when I want to pick a date with jquery-ui datepicker, the calendar ...
JDias's user avatar
  • 170
0 votes
3 answers
292 views

jquery datetime picture showing incorrect dates

I am using jquery datetimepicker like this: <script type="text/javascript"> $(document).ready(function () { $("#LessonDateTime").datetimepicker( ); }); </script> and when in the ...
Baahubali's user avatar
  • 4,840