Questions tagged as 'datapicker'

1
answer

Date formatting problem laravel 5.5

I'm trying to resolve a date formatting problem before sending it to the database but I'm not succeeding! I'm using in a form the datapicker plugin, as shown in the image below: In my Controller I have this line of code: $agenda_ex...
asked by 03.02.2018 / 18:11
0
answers

How to delete an object of type Date in the Angular

How do I delete an object of type Date? I send to my component the object "obj" and I make a for to go through it sendBtn(obj) { for (var propName in obj) { if (obj['untildate'] == "12/31/1969") { delete obj['unt...
asked by 24.10.2018 / 20:42
0
answers

Angular datapicker 6

Hello, I need a DataPiker in Angular, where this datapicker will only present the valid dates between 'today' and the next 30 days. That is, this datapiker could NOT leave me enabled the days before the current day, and would have to leave en...
asked by 29.10.2018 / 13:52
1
answer

Enable time in datapicker

I am using the boostrap-material-datetimepicker.js which as a result follows below: The only problem is that when I change the line below: minDate: moment().endOf('day') It also disables the schedule according to figure 2, however wh...
asked by 03.06.2018 / 03:33
0
answers

Datepicker update dates according to return from an ajax

I want to display a calendar with only a few dates enabled, I make an ajax request that returns an array with the date I want to enable, the function I have today is similar to this example here in Fiddle , just that the values of the array *...
asked by 04.05.2018 / 14:48
0
answers

Using SQLite Dates and Hours

I'm having difficulty using dates and times in Sqlite, somehow not saving the data. below my databaseAdapter public class DataBaseAdapter extends SQLiteOpenHelper{ private static final int DATABASE_VERSION = 1; protected static final Strin...
asked by 01.10.2017 / 03:46
0
answers

How to convert a date into a cron expression?

I'm developing an application in PHP and Javascript to schedule some tasks. The user will be able to configure the date of execution of the task (with datapicker for example) from a graphical interface. I would like to retrieve this data...
asked by 28.11.2016 / 15:02
0
answers

How to get only the value of the year using jquery and datapicker?

Good morning, I'm doing an exercise that I have to get only the year value that the user chooses using Datepicker, and then I have to show only the year that was typed.     
asked by 30.06.2016 / 15:34
1
answer

Disable dates after the current date DataPicker

I want to disable the dates after the current date in the dataPicker. I know how to disable the previous dates with the line: startDate: "date" However since this dataPicker would be for the Birth Date field, I do not think the dates...
asked by 04.12.2017 / 12:32