Questions tagged as 'datepicker'

1
answer

Error in Yii2, Setting unknown property: kartik \ widgets \ DatePicker :: saveFormat

Help, I'm working on a project on Yii2. Everything works well at the moment of seeing and sending to save. But I have the following error when I want to enter to modify a record, I click on the button to go to the modify form and the following a...
asked by 16.03.2017 / 16:53
1
answer

Does not refresh Datepicker when using beforeShowDay

Good morning. I am using Jquery UI datepicker as follows: $(document).ready(function(){ initComponent(); }); var j = 0; function checkDate(date) { j++; if (j>5 && j<10) { return [true, 'event','']; }...
asked by 16.01.2017 / 12:28
1
answer

Availability datepicker (mysql, php)

Hello, I am making a reservation system in which I need to show on my datepicker the dates that are occupied and those that are not. the reservation table is like this (this summary) CREATE TABLE if not exists reservas( id_reserva integer(...
asked by 04.12.2016 / 00:19
2
answers

problems with mysql and php dates

Greetings I'm trying to make an application for personnel control more than anything to be able to keep in what date I enter and in what date its contract ends and to keep its date of birth I have found much information on the datepicker. It...
asked by 04.06.2018 / 23:50
1
answer

Calendar on android using Date Picket

I am trying to add a calendar to my application, my code is as follows: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_calendar); btn_fecha = (Bu...
asked by 21.05.2017 / 23:53
1
answer

block months from a given date

I have a doubt I have these two fields which are date fur: date last rule and fpp: probable date of birth now what I want to achieve is that when I enter a date in fur I block 7 months onwards in fpp from the date that you enter in fpp. If someo...
asked by 11.04.2017 / 18:54