Questions tagged as 'datepicker'

1
answer

Date picker does not appear

This is the following I am trying to show a date picker in a form but it does not appear my question is as follows by the date picker in a bootstrap modal? is that I out of the modal I use the date picker inside and that I can not I leave the...
asked by 04.11.2017 / 21:49
0
answers

datepicker loses formatting and mouse icons

Personal I'm implementing the Datepicker with date and time (default pt-br) I'm using the component that is in this link: link Reading the manual I used Nuget to install the components Install-Package Bootstrap.v3.Datetimepicker I c...
asked by 20.01.2017 / 21:30
1
answer

Handle the JSON data coming from a request from the jQuery datepicker with ajax

I need to create a schedule. I have a datepicker and a fixed table next to it with schedules that start from 08:00 am until 19:00 pm and when I click on a datepicker day it returns all the queries from that day in the table to side in their resp...
asked by 11.12.2015 / 18:57
1
answer

Insert colored markers in datepick using angularjs, ui-bootstrap

How do I insert colored markers in datepick using AngularJS and ui-bootstrap ? Page: <!doctype html> <html ng-app="app"> <head> <meta charset="UTF-8"> <script src="//ajax.googl...
asked by 15.12.2015 / 19:25
0
answers

"Error" when loading data

I have a screen whose given "Reference Date" field receives the next available date from a file, following the dates that are in the database. On the side of the field I have a "calendar" icon which when triggered should load the calendar....
asked by 21.04.2015 / 16:57
3
answers

DateTime Picker in Portuguese

I've added the DateTimePicker component to my project. ButthesameisallinEnglish,Iaddedtheoptionofpt-BRinthefunctionthatcreatesitinthefield,andeventhenitcontinuesinEnglish.HowdoIgetthemonths/daysoftheweektobept-BR?functionatualizarCalenda...
asked by 24.03.2016 / 13:25
2
answers

With setting the date limit in the bootstrap datepicker?

When I use Jquery Ui DatePicker , I can set a maximum date using the maxDate attribute. So: $('#data-solicitacao').datepicker({maxDate: 'now'}) I thought the Bootstrap 3 DatePicker was the same, but it is not. How can I set a m...
asked by 24.05.2016 / 16:03
2
answers

How to disable old dates in the Bootstrap Datepiker version?

You can not choose the old date. For example: Today is 1/18/2017, you have to disable 17/01/2017, 01/16/2017 and so it will ... You can not disable today's date and future. Here is the complete code in the jquery version: link How to do...
asked by 18.01.2017 / 19:15
1
answer

Datepicker Bootstrap does not work

I have a Datepicker bootstrap, but when I click the button next to the text box, that calendar does not appear. I thought it might be some missing link or script, but I always just find the datepicker code without the links it needs to do....
asked by 29.09.2017 / 15:02
3
answers

Verify that the date range between two input's is less than one month and apply a condition

I have two input's one for start date and one for end date, I need to create a condition in javascript (jquery) if the interval is less than a month, eg: I'll disable a button if the interval is less than 1 month. Follow my current cod...
asked by 05.04.2017 / 18:54