Most voted "datepicker" questions
A graphical interface element that allows the user to choose a date/time, usually represented by a calendar. Date/time is selected by clicking/tapping the day.
Learn more…161 questions
Sort by count of
-
0
votes0
answers61
viewsDjango and fullcalendar: the last day of the period is not marked on the calendar
Good afternoon, I’m working on a project to book rooms using Django and fullcalendar. It turns out that the end date of the selected period is not recorded in the calendar. The record stops the day…
-
0
votes0
answers27
viewsHow do I change a Component React to a React Hooks function?
I want to take this whole Component and turn it into a hook with functions export default class App extends Component { constructor(props) { super(props); this.state = { selectedStartDate: null,…
-
0
votes0
answers76
viewsSelect date via datepicker
Devs blz? In my form I need to include a field to select date, I want to use a bootstrap datepicker or similar. It is a scheduling system where I make a query to the database to return the available…
-
-1
votes1
answer1261
viewsDisable dates after current date Datapicker
I want to disable the dates after the current date on the Icker date. I know how to disable the previous dates with the line: startDate: "date" However, as this Picker data would be for the Date of…
-
-1
votes1
answer136
viewsAngular Material - Date Picker changes the date when taking input focus
I am facing problems at Angular. I am using angular material for some /components and I am using datepicker. My date locale is already 'pt', it even appears the name of the months in Portuguese and…
angularjs typescript web-application datepicker angular-materialasked 3 years, 10 months ago Maria Beatriz Almeida 1 -
-1
votes1
answer1651
viewschange date format in datepicker-bootstrap
I am following the documentation but I can not change the format to the BR standard, follows below my codes: Loading css. and . js files into my template: <!-- DATAPICKER --> <link href='…
-
-1
votes1
answer554
viewsLimit end date according to start date on bootstrap-datepicker
I would like to know how to limit the final date of the form using datepicker, I need that when the initial date is selected in the calendar, the final automatically limit up to 90 days. I have…
-
-1
votes1
answer192
viewsdate in javascript wrong format for controller c# (Asp net mvc)
I’m in a strange situation. I am working with datepicker jquery, asp net mvc 5. i configured the datepicker for the format as below: $(".datepicker").datepicker({ autoclose: true, buttonImageOnly:…
-
-1
votes1
answer81
viewsHow to use bootstrap datepicker to disable some dates
I believe that after a certain date chosen by the user, all the dates ahead are disabled for choice, I tried the use of maxDate, but it has no effect, I was able to disable some date using…
-
-2
votes1
answer4589
viewsHow to know if the person is legal?
I need help creating a Javascript code or using jQuery, which should read the value of the person’s date of birth (I’m using datepicker) and calculate how old they are. I have to show in div…
-
-5
votes2
answers55
viewsHow to format the date and month so that they are typed 0 in their formatting (day or month that goes from 1 to 9)?
I’m wanting to add a zero in the day and month in the date that the editData_devolucao receive. Like, instead of appearing day 05 is just 5 and in the month instead of appearing 06 appears only 6.…