Questions tagged [datapicker]

96 questions
7
votes
3 answers

bootstrap modal and datepicker show events

When click on datepicker (http://www.eyecon.ro/bootstrap-datepicker/), his SHOW event fires, but the modal's SHOW.BS.MODAL fires too. Whhere is a problem? $(document).ready(function() { $('#ArrDate') .datepicker() .on("show", function(event){ …
Misha Kondratev
  • 101
  • 2
  • 4
5
votes
4 answers

onDateChanged method does not seem to work

this is my first post and I am trying to create a very simple tasker app, however I am having issues with (what seems to be) the onDateChanged method. It seems that it does not implement the changes even though the dialog pops up normally. There are…
thanosChatz
  • 135
  • 2
  • 11
3
votes
0 answers

Custom font in DatePicker

How can I specify the font in all fields in the DatePicker? I did this with some fields. I can always use custom libraries, but I would like to do this using DatePicker. Here is my code: