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
1 answer

JQuery Issue: .datepicker is not a function?

The requirement is to use jquery datepicker when textbox is clicked. All the js references is added but still .datepicker is not a function error comes up. The code is given below. Am i missing out on something? Error Details Uncaught TypeError:…
SunilA
  • 513
  • 8
  • 19
0
votes
1 answer

Jquery Datepicker - css

Is there any way to show month input type as number (i.e textbox with up and down arrow) instead of dropdown. Please help on this. See my demo: https://jsfiddle.net/sharmilashree/VBGKU/1067/ .ui-datepicker-calendar tr { text-align: center; …
0
votes
3 answers

Javascript gives invalid date

I am getting a server date (including timezone) from an API. I want to convert it to date object. When I do this var demo2 = new Date("THU JAN 19 15:37:56 PST 2017"); //It works! var demo = new Date("FRI JAN 20 07:50:07 SGT 2017"); //Invalid…
TechnoCorner
  • 4,879
  • 10
  • 43
  • 81
0
votes
0 answers

JQuery Daterangepicker storing in global variables

I'm trying to get input from jQuery daterange picker and storing it in global variables which I can call in test.js. My test.js has a MongoDB aggregate framework that outputs a JSON file with Time, Humidity and Temperature. These values are used to…
Ekom
  • 599
  • 3
  • 8
  • 24
0
votes
1 answer

jquery.datetimepicker.full.min.js clashes with bootstrap-datetimepicker.min.js?

At present I am working above mentioned datetimepickers. jQuery datetime picker fights with bootstrap datetimepicker. Jquery datetimer pciker sample code: $('#start-date').datetimepicker({ onShow: function(ct){ …
0
votes
2 answers

When the start date is changed the end date should reset to be 60 days from the start date

Hi I am currently a newbie and practicing jquery and javascript, I have a problem with the end date , I am using datepicker. Here is the Source Code http://jsfiddle.net/zz9u4/704/ This is the Jquery code $(function(){ …
Teapetetose
  • 35
  • 1
  • 5
0
votes
1 answer

jQuery datetimepicker - Date formatting not working

I am using jQuery datetimepicker plugin from this site. I would like to format the date in format DD.MM.YYYY but in spite of setting below, when I pick the value from calendar it's still formatted as…
FrenkyB
  • 6,625
  • 14
  • 67
  • 114
0
votes
1 answer

I want to convert date format mm/dd/yyyy into dd/mm/yyyy in jquery

i have used datepicker function on my text field but when i select any date it shows date mm/dd/yyyy format but i want dd/mm/yyyy format. my code is like this
Dhaval Mistry
  • 476
  • 1
  • 9
  • 17
0
votes
0 answers

jquery-datepicker-enable autoclose-when-time is selected

I am currently using jqueryUI datetimepicker. I would like to get the datetimepicker close automatically once both the date and time is selected. I tried with the following on onSelect function. But not sure if it is the best way to solve this…
jenny
  • 277
  • 7
  • 18
0
votes
1 answer

xdan/datetimepicker How to Highlight days?

We are using this Date Time Picker ("jquery-datetimepicker": "2.4.0"). Site is using knockout. There is mentioned about hilightning day`s in GitHub site, but I did not found any sample in documentation or google. In example we get from endpoint day…
Drasius
  • 825
  • 1
  • 11
  • 26
0
votes
3 answers

Disable future dates

My View: ` Controller: `$('#datepicker').datepicker({ format: 'mm-dd-yyyy', …
0
votes
3 answers

jquery datetime picture showing incorrect dates

I am using jquery datetimepicker like this: and when in the textbox if there is no value, it defaults to todays date and…
0
votes
0 answers

datetimepicker works in every web browser except Firefox?

here is my HTML piece of code : meta: