Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
118 views

I need to set a datetimepicker in the specific format dd/mm/yyyy hh:mm tt for example 13/03/2024 2.30 PM. But, I am getting 13/03/2024 14.30. I also can not set the minutes. It only shows the hours ...
SYED NAWAZ PRINCE's user avatar
0 votes
1 answer
1k views

Probably I understand the documentation completely wrong. I am trying to set the datetimepicker to german. As written in the official docs I simply added the terms for months, dayOfWeekShort and ...
ICoded's user avatar
  • 341
0 votes
1 answer
416 views

I am using jQuery datetimepicker where I am formatting date like DD/MM/YYYY, everything is okay with displayed date, but when I sent it on post I want date to be sent as 2022-07-22, when I use HTML5 ...
norman's user avatar
  • 9
1 vote
0 answers
352 views

I am using the XDSoft Datetimepicker. I can choose a datetime, but when I click out of the input field, the hour of the time decrements by one hour. Here is an example: This is when I pick a datetime (...
qbush's user avatar
  • 720
0 votes
0 answers
25 views

Background: I'm trying to have 2-3 tabs which the user can select from (in an HTML page). The first tab is based on the sniffed language of the browser, and the user will have the possibility to also ...
7segment's user avatar
0 votes
1 answer
320 views

As i had a datetimepicker function, and i need to iterate through an array which contains dates and then i need to add those dates with additional 15 minutes or 20 minutes based on some conditions, ...
jegan's user avatar
  • 41
2 votes
1 answer
5k views

I am using http://www.daterangepicker.com/#usage package and currently facing some difficulties in clearing the selection. Based on the documentation, there is a clear option but it doesn't work/...
Suvin94's user avatar
  • 240
0 votes
0 answers
534 views

How do I use a jQuery Datetimepicker with a user textbox input? $(document).on('click', '#txtUserDateTime', function (evt) { $('#txtUserDateTime').datetimepicker({ ...
Mahendra's user avatar
  • 327
0 votes
0 answers
345 views

When I select the date 16-01-2021, this value comes to my input field. But when I look at the value received by the service, I get the value "{15.01.2021 21:00:00}". how can i fix this?
jiyanyasli's user avatar
0 votes
0 answers
201 views

the image below example of time picker and the minimum of hours is 00 and maximum is 23 . example of minimum hour which is 00 Here is my code $('.bootstrap-timepicker').datetimepicker({ pickDate: ...
Abu Power's user avatar
1 vote
1 answer
137 views

I am using jqueryDateTimePicker, jquery.datetimepicker.full.js, I want to show calender icon with input control, but icon is not showing, any help? I am using following datetime control http://www....
user_mat's user avatar
  • 191
0 votes
0 answers
184 views

I have problem with the indexing of the jQuery timepicker. I display the timepicker with the loop and I want to display timepicker dynamically, but when I select one picker all the rest follow. It ...
jumper's user avatar
  • 115
0 votes
1 answer
464 views

I am sharing a link of what I want to do (the last one in the link i.e, date time) https://rsuite.github.io/multi-date-picker/ After doing this I want to store these entries inside observable array ...
Shikari's user avatar
  • 85
2 votes
1 answer
5k views

It works properly until any postback of control fired but when any postback event of control fire and then if we change "from date" than in "to date" datetimepicker it only shows date instead of date&...
user3629270's user avatar
1 vote
1 answer
2k views

So, After searching a lot on stack overflow, I have not found any better solution for my code below. My actual question is, I have datetimepicker, and I want to add 3 days to the datePickerStart and ...
Akhtar Munir's user avatar
  • 1,769
2 votes
1 answer
350 views

I want to check if there a disabled date inside a selected date range I can disable specific date, there can me multiple dates. But don't have any idea how to restrict user from selecting a range ...
Rashed Ehsan's user avatar
6 votes
1 answer
8k views

I'm trying to use the https://xdsoft.net/jqplugins/datetimepicker/ This is the code: var date_time_picker = $('#datetimepicker').datetimepicker({ formatDate: 'd.m.Y', formatTime: 'H:i', ...
Shakedk's user avatar
  • 460
0 votes
1 answer
642 views

I have a star-time and end-time option which is working well. start-time [8:00am, 8:30am, 9:00am, 9:30am, 10:00am] end-time [8:00am, 8:30am, 9:00am, 9:30am, 10:00am] If the user start-time selection ...
Ravi Ram's user avatar
  • 24.5k
3 votes
2 answers
4k views

I am trying to add tooltip on some disabled dates as holiday reason but unable get them displayed when hovered. i have even tried adding custom hover function but no success. availableDates = ["09/...
Pavan Kumar T S's user avatar
0 votes
1 answer
64 views

I'm making a scheduling tool using the jquery-timepicker. I have a @tour that has a start_date and an end_date, that I've passed in through the controller. In the timepicker, I'd like to limit the ...
Stella Han's user avatar
-1 votes
1 answer
134 views

<div class="datePickerContainer"> <input class="form-control datepicker bg-color-white" placeholder="MM/DD/YYYY" maxlength="15" ng-model="PriceLineObj.StartDate" ...
Ritesh Gore's user avatar
0 votes
1 answer
233 views

Here's my code and its result: $(function () { $('.temp').datepicker({ showWeek: true, dateFormat: "dd/mm/yy", defaultDate: "27/03/2018", ...
User's user avatar
  • 1,373
2 votes
1 answer
1k views

I am using jQuery clockInput: Clock Time Picker what i want that in some cases i do not need to set time, so in that case i want to disable time selection and set by default time which i set. Here ...
Javed's user avatar
  • 857
1 vote
1 answer
2k views

I am creating a form and using datetimepicker.js in that. My form elements are initially hidden and when I load them in DOM for first time, Datetimepicker is working properly but from second time on-...
Rajan Benipuri's user avatar
0 votes
2 answers
2k views

I want my datetimepicker dialog box to set limit to next 365 days(1 year). How can I get this using Jquery. here is my code. $('.dt-expiry-date-time').datetimepicker({ dayOfWeekStart: 1, ...
Dhaval Mistry's user avatar