Questions tagged as 'datepicker'

1
answer

DatePicker / Only a few days of the week

I have a form and the datepicker (id data) field is not working. Does anyone have an idea why? Below code: <?php include("connections/configuration.php"); if(isset($_POST['nome'])){ $nome=utf8_decode($_POST['nome']); $mensagem=utf8...
asked by 05.04.2017 / 15:02
1
answer

Datetimepicker considering day as month

I have an inputText that I created for date, it is initially populated with a DateTime of my Model that is populated: @Html.TextBoxFor(model => model.Data, "{0:dd/MM/yyyy}", new { @class = "form-control input-md", @id = "datetimepickerDataF...
asked by 15.12.2016 / 12:28
0
answers

How do I trigger a validation of angular-input-masks?

I have a field: <input type="text" name="DataNascimento" class="form-control data" ng-model="EscolherCurso.DataNascimento" required ui-date-mask/> I preferred to use jquery's datepicker. But when jQuery fills in the value, the ang...
asked by 05.08.2016 / 14:33
1
answer

How to remove the days of DatePickerDialog?

How can I remove the days of DatePickerDialog I wanted a calendar with only year and month, if anyone knows a way to do this and can help me?     
asked by 11.03.2016 / 21:37
1
answer

Error Rails Assets. Javascript not working properly (Datepicker)

I want to add the bootstrap-datepicker to my project. I did it this way. Gemfile: source 'https://rails-assets.org' do gem 'font-awesome-sass', '~> 4.5.0' gem 'rails-assets-bootstrap-sass', '~> 3.3.6'...
asked by 08.03.2016 / 15:18
1
answer

how to put the return of a json in a specific place of a table? [duplicate]

I have a fixed table with schedules from 8:00 am until 7:00 pm each has its line with its description (which would be the type of query) I get a json on my page when selecting a date in my jQuery datepicker that comes with the database info...
asked by 12.12.2015 / 01:45
1
answer

Execute SQL procedure that disables dates in Datepicker

I have a system with a datepicker, and I want some dates to be disabled automatically. These dates should automatically populate the array that disables the dates. (Today is manual as the function below shows) var disableddates = ["10-12-2015"...
asked by 04.12.2015 / 12:30
0
answers

Datepicker with multiple dates by dragging the mouse

Someone knows a plugin that works together with Datepicker (jqueryUI), where I can select multiple dates, drag the mouse with the button clicked on the calendar and select as many dates as you want, then just release the mouse and the dates are...
asked by 11.11.2015 / 20:22
1
answer

how to compare with javascript two datepicker fields

I need to compare two fields in my html that are with datepicker. Here is my code below: var inicio = $("#Periodo_De").datepicker("getDate"); var final = $("#Periodo_Ate").datepicker("getDate"); if (inicio > final) { cons...
asked by 30.01.2015 / 15:22
1
answer

Datepicker (Bootstrap) works with Online but not Offline libs

I developed an application that uses 3 libraries jquery-1.11.1.min.js, bootstrap.min.js, bootstrap-datepicker.js, this application works using the libraries purchased online (src="htt: //") but when I add the reference to these same libraries th...
asked by 27.12.2014 / 12:44