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
0
votes
0 answers

Set hour and minute on day select using jquery datetimepicker plugin

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 and select date only, the plugin set selected date…
Andrea
  • 67
  • 1
  • 6
0
votes
0 answers

Need to have 2-3 instances of jquery datetimepicker with different languages

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 pick English or Norwegian. Technical part: I…
7segment
  • 33
  • 6
0
votes
0 answers

jQuery date time picker not working while changing the timer

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 is my code: Function called while clicking the…
0
votes
1 answer

How to pass the parameter to datetime picker function

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, what i need is , how to pass the array…
0
votes
1 answer

Jquery Datepicker not rhiding past dates

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 am using this format its…
Gopinath R
  • 11
  • 4
0
votes
1 answer

JQuery datepicker not changing language, only loads the last imported language

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. and it chnages the format, but only for the last…
0
votes
0 answers

JQuery DateTimepicker allow user text input

How do I use a jQuery Datetimepicker with a user textbox input? $(document).on('click', '#txtUserDateTime', function (evt) { $('#txtUserDateTime').datetimepicker({ format: 'm/d/Y H:i', step: 5, …
0
votes
1 answer

Datetime filter for AG-Grid - Clear input text on button click

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 clear the filters that have been applied to my…
0
votes
0 answers

The date selected with datepicker takes the value of the previous day

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?
0
votes
0 answers

Set minimum and Maximum in hour timepicker jquery

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: false, useCurrent: false, format:…
0
votes
1 answer

How to convert "2020-10-08 09:38:08" into March, 2020 format using jquery

$.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
0
votes
1 answer

Second Bootstrap Datepicker Doesn't Autoclose After Modifying Via onChange in First Datepicker

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 autoclose upon selecting the new date (another strange…
Tom Bennett
  • 127
  • 1
  • 9
0
votes
0 answers

Display jQuery timepicker dynamically by looping and value is overwrite all picker

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 happens because the the picker class is same, I…
jumper
  • 105
  • 10
0
votes
1 answer

How to store Date Time Picker Entries in observable array?

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 Note: I want to do this everything inside simple…
Shikari
  • 75
  • 11
0
votes
1 answer

sharepoint 2013 list datetime picker select year

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?