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
11
votes
2 answers

i have error with jquery datetime picker that change the time when i focus out the controll

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 will countinuely do minus when ever i use tab on…
Chitra Nandpal
  • 413
  • 4
  • 24
6
votes
1 answer

JQuery XDSoft datetimepicker plugin deafultTime option doesn't work properly

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', startDate: '21.10.2018', …
Shakedk
  • 420
  • 6
  • 15
6
votes
2 answers

Show alert if user selects a date within the next 3 days

Im using xdsoft datetimepicker so users can select a deadline. I would like to show an alert if they choose one of the next 3 days. Initially I had set a minDate so these days were not selectable but I would prefer if these days can be selected and…
Jalapeno Jack
  • 416
  • 7
  • 21
5
votes
2 answers

How to set default date to Persian date in PHP?

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
5
votes
2 answers

How could I customize the date range picker with date format and hint text with i18n

I want to customize my calendar, here's current code. How could I change it to match the new requirement. :javascript $(document).ready(function() { $('#date-range-picker').daterangepicker( { format: 'YYYY/MM/DD', …
user3675188
  • 7,271
  • 11
  • 40
  • 76
4
votes
5 answers

How to get hours and minutes selector in jQuery DateTimePicker control

I have downloaded and tried the jQuery DatetimePicker control from http://plugins.jquery.com/datetimepicker/. This is v2.3.7. And in the download there is an image attached here which shows the selectors on both hours and minutes. But I haven't been…
A.K
  • 505
  • 1
  • 12
  • 30
4
votes
1 answer

Jquery Ui date time picker

I am using jquery date time picker and using start date and end date. When selecting same date for start date and end date I do not want it to allow the end date time to be less than start date time. How would I adjust my code? $( "#fdate"…
3
votes
2 answers

How to show tooltip on disabled dates of jquery datepicker

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/04/2018", "09/05/2018", "09/06/2018", "08/31/2018",…
Pavan Kumar T S
  • 1,539
  • 2
  • 17
  • 26
3
votes
0 answers

jQuery mask used together with datapicker

I trying to use a mask for phone number and datetimepicker for a date field. But I having problem when using them together. I have tried changing the source of jquery.js, and even it being a copy of the same file when I put it in a different place…
3
votes
1 answer

daySettings[2].replace is not a function jquery date picker

I am getting error with jquery version: My code is : var storedData =…
supersaiyan
  • 1,670
  • 5
  • 16
  • 36
3
votes
1 answer

Datepickers validations in mvc

I have start date and end date, start date should be greater than end date. I have two more date pickers discount start date and discount end date. Discount start date should be less than start date and discount end date should be less than end…
karthik
  • 57
  • 6
2
votes
1 answer

Bootstrap Daterange Picker - Clear Selection after click apply button

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/cleared after I click to apply button. This is the…
2
votes
1 answer

How can I add jQuery DateTimePicker to my project in visual studio

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 control in my project, as I am doing this for the…
2
votes
0 answers

Parsing datepicker values to perform a query to a mysql in Flask

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 form and it does work as expected. class…
Isaac_R
  • 63
  • 7
2
votes
1 answer

set date and time in jquery datetimepicker based on another datetimepicker

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&time. same when I change "to date" than in "from…
1
2 3 4 5 6 7