All Questions
7 questions
0
votes
1
answer
2k
views
Datepicker icon not aligned properly with textbox
I have two textbox with datepicker, currently I am using a button icon for selecting the date. My problem is the button is appearing directly below the textbox whereas I would like it to align ...
3
votes
1
answer
10k
views
How to set tomorrow's date as default using date picker?
I am doing a hotel booking project in which i need to give two input fields as arrival date and departure date, In arrival date i have displayed today's date as default and user can able to click over ...
6
votes
7
answers
85k
views
How to disable future dates in datepicker?
I have used following code for this but it is not working. please help me to do it.
$(document).ready(function () {
$('.datepicker').datepicker({
format: 'mm-dd-yyyy',
...
0
votes
0
answers
26
views
how to manipulate angular-ui-date with bower
This is my console error:
Error: [$injector:nomod] Module 'ui.date' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the ...
6
votes
4
answers
7k
views
jQuery Datepicker in Twitter Bootstrap 3 Modal
I have been trying quite a few solutions to this problem now but i can't get it to work.
I trying to get a datepicker into my form. The form is placed inside a bootstrap modal and thw whole thing is ...
0
votes
1
answer
681
views
JQuery UI Date Picker Focus
I have implemented JQuery UI Datepicker but have two problems with the functionality. Implemetation code is below
<script type="text/javascript">
$(document).ready(function(){
$("....
0
votes
1
answer
866
views
Migrate bootstrap-datepicker to jQuery UI datepicker
In bootstrap-datepicker http://www.eyecon.ro/bootstrap-datepicker/ this work:
$('#form_field').datepicker().on('changeDate', calc_func);
but in jQuery UI not working. How to fix/change it?
changeDate ...