Questions tagged [datetimepicker]

GUI component that allows the user to select a date and a time and to display the date and time with a specified format.

DateTimePicker is used to select a date and time, and to display that date and time in the specified format. DateTimePicker makes it easy to work with dates and times because it handles a lot of the data validation automatically.

3363 questions
0
votes
1 answer

Show 2 datetimepicker

0
votes
0 answers

How can I make React's DateTimePicker save data to a database in Wordpress?

I am trying to build a block in Wordpress that has a DateTimePicker in the sidebar. The only problem is, since it is a React component and not something built into Wordpress, the data that is input into the DateTimePicker is not saved into the…
0
votes
0 answers

how to custom language to display in dateTimePicker

Currently the language of the application is English, the device language is Vietnamese, I have set the locale is "en_US" but the title of the time still shows Vietnamese, anyone know how to solve it? here is the result…
0
votes
3 answers

syncfusion datetimepicker I want to set default time

hello I'm using the example on this page syncfusion example and my problum is that I want to set the default time like start time : 9:00:00 and end time : 9:30:00 also, client can set time freely... could you help me T.T ... and also I want to drag…
nyny
  • 23
  • 4
0
votes
0 answers

How do I fix the bug on DatePicker and TimePicker when details are not correctly recorded in MongoDB with MERN Stack?

Bug on DatePicker and TimePicker on MERN Stack Hello! I am facing an issue... When I book appointment, the details are sent. The information is showing up in mongoDB. Everything is getting recorded but the timings and dates are not getting recorded…
0
votes
0 answers

React datepicker for user choose start date or due date or range date (from start date to due date)

I'm looking for a lib reactjs datepicker for my management task website (similar Clickup web app). User can choose duedate or startdate or a range date (from startdate to duedate). Logic same as clickup web app logic: If user only have duedate,…
Phát Nguyễn
  • 155
  • 2
  • 16
0
votes
1 answer

how to convert datetime to string and make it in a datetimepicker

I created a Search in vb.net button that allows me to display the elements of my table 'book' with as properties (code_ouvrage,id, title book, publishing house and date of edition) now I would like that when I do the search that the value of date of…
0
votes
0 answers

How did I remove/change the color of the DateTimePicker from react-rainbow-components

I am using React-Rainbow-Components to display a DateTimePicker: import React from "react"; import { DateTimePicker } from "react-rainbow-components"; import { BsCalendarDate } from "react-icons/bs";
0
votes
0 answers

Is it possible to change the fonts,colors and other css properties of the calender in XDSoft datetime picker

I want to customize the look of XDSoft calender. I wanted to change the background and text color of the past dates of the current month to be white and grey respectively. Similarly for the current and future dates it should be grey and Navy blue…
Sumo
  • 11
  • 1
0
votes
0 answers

DateTimePicker from React Material-UI does not show the timezone

I've been using the DateTimePicker from MUI React library for the last 2 years. Today I decided to upgrade all the dependencies of the project I work with, and I noticed the DateTimePicker is not working anymore. Searching for the documentation, it…
Apokalos
  • 124
  • 1
  • 2
  • 13
0
votes
0 answers

React Date and Time Picker in Search Component

I'm trying to develop booking system for my business website theluxurytransfers.com, Github Repo:, Codesandbox: In order to achieve it I was told to redo my web to react. I'm at the search component where I try do display date and time picker for…
0
votes
0 answers

how to display bootstrap datetime picker using laravel 8

your texti'm trying to display the bootstrap datetime picker in my blade file but a text field displays instead here is my blade file code…
0
votes
0 answers

how can i set the datetime-local input so i can choose a datetime from the current date and onwards

i want to have an input feild where i can choose date and time in the future from the current date i tried lot of solutions but when i try to choose a datetime it's giving me to choose between a time range witch i don't want ,i want to choose the…
0
votes
0 answers

How to disable only previous week in Jquery datetimepicker?

How can I disable only previous week in Jquery datetimepicker? All the dates before previous week should be enabled.Please see my code if($('.datetimepicker').length > 0 ){ $('.datetimepicker').datetimepicker({ minDate: d, …
0
votes
1 answer

Jquery Datetimepicker only works in first row of datatables

Hi I have a datatable with button that will pop-up a modal once clicked. This modal serves as the edit button of the data. The datetimepicker works only on the very first row but not for the other rows Code
1 2 3
99
100