Questions tagged [jquerydatetimepicker]

jQuery plugin for date, time, or datetime manipulation in form

jQuery plugin for date, time, or datetime manipulation in form

Links

JQuery Plugin Page: https://plugins.jquery.com/datetimepicker/
Home Page (docs): http://xdsoft.net/jqplugins/datetimepicker/
Github: http://github.com/xdan/datetimepicker

104 questions
2
votes
1 answer

How to check if a disabled date is in the selected range

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 where a disable date in it. for say if 4th july 2019…
2
votes
1 answer

jquery datetime picker null allowed time

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 null How to set null…
2
votes
2 answers

jquery.datetimepicker set time only

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 time from 15 minutes, starting with exact time,…
ghingaia
  • 23
  • 1
  • 3
2
votes
1 answer

jQuery clockInput: Disable Clock Time Picker

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 are the link which i use…
Javed
  • 817
  • 4
  • 22
  • 44
2
votes
1 answer

How to exclude weekends(i.e Sat and Sunday) in Date Range Picker

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. Here is what I am using now :…
2
votes
0 answers

WooCommerce Custom fields: Customizing jQuery Datepicker Plugin

I am using WooCommerce with a plugin that provides custom fields on a product page. One of the options is a date picker. Although, the product sold is only available on specific days of the week (e.g. Monday and Wednesday). I understand how to get…
1
vote
0 answers

XDSoft Datetimepicker Decrements Time 1 Hour After Input Field Loses Focus

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 (successfully): And this is what is looks like…
qbush
  • 712
  • 2
  • 9
  • 28
1
vote
1 answer

How to show icon with jquery calender control?

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…
user_mat
  • 191
  • 2
  • 16
1
vote
1 answer

jquery tablesorter + Jquery timepicker + Ajax call giving me duplicate entries in a
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 when I change the date, but when I click out, the…
Ali Elhelali
  • 23
  • 1
  • 6
1
vote
1 answer

Jquery UI DateTimePicker add 3 days to current date and disable the future dates in datePickerStart and datePickerEnd date with dp.change method

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 disable it's past dates, also with dp.change I…
1
vote
1 answer

datetimepicker.js error when loaded in div which is not in the DOM initially

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-wards it starts giving error: Uncaught TypeError:…
Rajan Benipuri
  • 1,772
  • 1
  • 9
  • 21
1
vote
2 answers

MySQL, PHP; Detect if dateTimePicker date is already taken and disable it

I'm using dateTimePicker.js, MySQL and PHP to generate an online event calendar, it allows users to set a date in a calendar and register it with their names, all data is stored in a MySQL database. Data is stored in the table like this: if…
1
vote
0 answers

How to set minTime without closing the current datetimepicker?

I'm using Datetimepicker by Trent Richardson; I'd like to give users a calendar, where both the dates and times are restricted differently for each supplier; e.g. supplier X may only be available Mon 9am-5pm and Wed 3pm-5pm - so I'd like users to…
1
vote
1 answer

Jquery datapicker CSS not working in IE11

I have referred to this datepicker to use in my UI http://jsfiddle.net/2AaFk/1/ it is working perfectly. when i copied to work in my UI css is not not working in IE11. here i have created a plunker link for your reference. this is what i have…
Vinoth
  • 972
  • 1
  • 16
  • 47
1
vote
3 answers

get value of query from jQuery date picker (format issue)

i have a table with events and want to list all events based on the date range the user will pick. I use jQuery datepicker, take value from it and put to sql query to show the events be†ween selected date range. My date format is YYYY-mm-dd (f.e…
user
  • 41
  • 1
  • 6