Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
119 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
0 answers
116 views

I have a code that is used in .NET Core MVC and its like <div class="col-xs-6 col-sm-6 col-md-6 mt-15"> <label>Start Date</label> <div class="form-group"&...
joseph thomas'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
275 views

Any idea how to automatically set the time picker to the current time after opening it? $('#StartDate').datetimepicker({ value: new Date(), step: 15, closeOnDateSelect: true, format: 'm/d/...
evavienna's user avatar
  • 1,129
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
0 votes
1 answer
1k views

I am using jquery-datetimepicker within the angular projects. But when I select the date in the date picker the value is not bound to the form control. I tried so far. app.component.ts import { ...
Rasik's user avatar
  • 2,529
1 vote
0 answers
355 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
649 views

I'm trying to set time using variables using jquery datetimepicker. So the problem is the following: in my logic i've datetimepicker that can select date and time. When the user click on form field ...
Andrea's user avatar
  • 67
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
0 answers
259 views

datetimepicker is not working I have a website where if the user clicks the button, then the timer which displays in the UI will get changed by 20 minutes, but when I do that it is not working. Here ...
jegan's user avatar
  • 41
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
0 votes
1 answer
40 views

Am using Jquery Datepicker for my project . If i want to change date format my code will be $( "#datepicker1" ).datepicker({ dateFormat: "dd-mm-yy" }); Its not working . But if ...
Gopinath R's user avatar
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
1 answer
73 views

Hi i followed the datepicker process in order to change the language via the sample: https://jqueryui.com/datepicker/#localization The problem is that the event is not working, the files are loaded. ...
Dizzie KX's user avatar
0 votes
0 answers
537 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
2 answers
2k views

Based on this proposed solution in the AG-Grid Github issues, I am trying to implement a jQuery DateTime Picker as a filter in my React/AG_Grid project. I currently have my table set up so that I can ...
jharris711's user avatar
0 votes
0 answers
349 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
2 votes
1 answer
2k views

I have a requirement where I need the following control in my project. I am using MVC application in this project. https://github.com/xdan/datetimepicker But, I am totally unsure how I can use this ...
user2083386'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
0 votes
1 answer
86 views

$.datepicker.formatDate('M dd', date) I have tried this but its giving me error jquery-ui.js:8924 Uncaught TypeError: date.getDate is not a function
Malika's user avatar
  • 7
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
1 answer
47 views

I have 2 datepickers - startDate and endDate. endDate works great on its own until it is modified using the on('changeDate') of startDate. When endDate is modified using startDate, it doesn't ...
Tom Bennett's user avatar
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
2 votes
0 answers
681 views

I working with a dashboard project, it has a dashboard and it does build a query based on the days selected from the day picker, currently I was able to implement the date picker with Flask DateField ...
Isaac_R's user avatar
  • 63
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
0 votes
1 answer
723 views

I want to add year option in sharepoint list datepicker column, since it does not allow to pick year except to swap 12 months back can someone suggest somthing?
Ohana's user avatar
  • 19
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
69 views

Replicated here https://jsfiddle.net/a1fogpbm/ I'm producing data at work and trying to have the tables update every time you change the time. As soon as I added the datetimepicker, I get duplicates ...
Ali Elhelali'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
0 votes
1 answer
1k views

I am using a Jquery UI Datepicker with Timepicker addon to select a date with custom time. When trying to drag the slider and change the time, it will display this error: jquery-ui.min.js:23 Uncaught ...
Timppa's user avatar
  • 363
2 votes
1 answer
355 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
-1 votes
1 answer
860 views

I am using (jquery-simple-datetimepicker) for a small restaurant application. the restaurant timing is from 6 am to 12 am. My issue is the time interval starts from 00:00 to 23:30 in the dropdown but, ...
anusha's user avatar
  • 111
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
175 views

I have added a timepicker to my datepicker. Everything works, but when I posts, the time will degrees by 2 hours (I think it somthing in moment js). Does someone know this problem and know how to ...
Gerard_at_work's user avatar
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
0 votes
2 answers
2k views

How to show only specific days for all months and year in a jquery datepicker. I want to enable only 2 and 16 days for all months. no restriction for year and months. If it is possible give me ...
Apple Orange's user avatar
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
11 votes
2 answers
3k views

i am using jquery datetime picker my problem is when i select the time and use tab button it will change to minus 1 hours means if i select 9.30 am and click on tab button it will be 8.30 am and it ...
Chitra Nandpal'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 vote
1 answer
2k views

I have application which has time gets bind dynamically where scenario may allowed time can be null, In Jquery datetimepicker setting allowed time null set as example shown here which supposed to be ...
Gautam Parmar'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
-1 votes
1 answer
518 views

The C# Code I have used, DateTime _dtFYS = new DateTime(_lab.fys.Year, _lab.fys.Month, _lab.fys.Day, 0, 0, 1); DateTime _dtFYE = new DateTime(_lab.fye.Year, _lab.fye.Month, _lab.fye.Day, 23, 59, 59); ...
Gokul's user avatar
  • 68
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
3 votes
2 answers
8k views

I used https://github.com/xdan/datetimepicker. I want to show and enter only time. My code is: $('#dttf').datetimepicker({ datepicker:false, step:15, format: 'H:m'}); It is showed only ...
ghingaia's user avatar
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
7 votes
2 answers
9k views

How to set default date to Persian date in PHP? Say, if I echo this function date('Y-m-d') then it will show 2018-03-05 but I want 1396-12-14 the Persian date
Ashutosh Singh Lodhi's user avatar
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
2 votes
1 answer
1k views

I am using daterangepicker for selecting dates for scheduling a calendar for employees. Now as office is 5days working, So we need to exclude weekends i.e saturday and sunday from selective dates. ...
Ankit's user avatar
  • 21
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
0 votes
1 answer
2k views

I have date-time picker that is bound to a datetime property on my view-model. when I select the date from date-time picker and I post back, it binds the value to the model, but when I try to set the ...
rahebirizah's user avatar