Skip to main content

All Questions

Tagged with
0 votes
1 answer
13 views

Get wrong time in mui/x-date-picker

I try to convert date from date picker to iso format but always get 3 hours behind of my time.How can I resolve it? This is my code: 'use client'; import React, { useEffect, useState } from 'react'; ...
Konstantin 's user avatar
0 votes
0 answers
11 views

AirDatepicker Highlighting cells

I am trying to highlight date cells which contain data using the AirDatepicker library. I do this by comparing the date of each cell using the onRenderCell function to a list of dates. availableDates....
pumpchief's user avatar
0 votes
0 answers
206 views

Why my React Native Community datetimepicker crashes IOS app?

I am using @react-native-community/datetimepicker version 7.6.2 in my Expo application and sometimes when the user is picking a datetime date (happens once in 10 tries) my app just crash with the ...
AnyamBorogass's user avatar
1 vote
0 answers
28 views

Selected date in a datetime-local input is wrong for date prior to 15 October 1582

My HTML5 project works on historical events that stand before the switch from Julian to Gregorian Calendar in october 1582. Using a simple <input type="datetime-local"/> html node to ...
Guillaume Herbert's user avatar
0 votes
0 answers
47 views

Firefox fails to draw date selector dropdown options inside a bootstrap offcanvas

My code is here: https://jsfiddle.net/epg8rn65/ Problem Summary: Clicking Month/Year in the datepickers, should open a <select> style option menu to choose a new month/year. This works on Chrome/...
Philkav's user avatar
  • 122
0 votes
1 answer
56 views

Datepicker Can't take Today's Date

I'm developing a report page that it works accourding to date. I want to show some information between 2 dates. I have a datepicker to select date but when user want to select today ( I mean DateTime....
Mert Altiparmak's user avatar
0 votes
1 answer
28 views

DatePicker AngularJS

<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 mb-2"> <mat-form-field class="example-full-width" appearance="outline"> ...
Muhammad Afaq's user avatar
0 votes
0 answers
35 views

datepicker time is not equal how to fix

todayDateTime displays the correct time, but startDateTest displays the incorrect time. It has added 7 hours. I want it to display the correct time without me subtracting the hours. function ...
Narish's user avatar
  • 5
1 vote
1 answer
860 views

Flutter CupertinoDatePicker time mode 24hour format: disable range between 00:00 and 09:00?

I have this CupertinoDatePicker set in time mode with 24h format and 15 minute interval: CupertinoDatePicker( use24hFormat: true, mode: ...
GianlucaA's user avatar
0 votes
1 answer
414 views

How to use Angular Date-picker in Json format Year DD/MM/YYYY only?

I am trying to use Date-picker in a reactive form. Also, implemented MomentDateAdapter to customize: export const MY_FORMATS = { parse: { dateInput: ['YYYY-MM-DD'], }, display: { ...
Maurício's user avatar
1 vote
1 answer
46 views

date and time in flutter

im trying to create a do to list application for my first application. so far its going well but i want to add date and time picking in the app that where my problem began. can anyone please teach me ...
saba omer's user avatar
3 votes
0 answers
560 views

How to Convert MUI X date range picker dates to a specific format?

I am using MUI X Date Range Picker Component: Link to MUI X The format of date which is getting stored is as printed on the console log screen of the browser: Tried to use the format() method of ...
Balaji KR's user avatar
0 votes
0 answers
1k views

React Native DateTimePicker styling issue

I am having styling issues React Native DateTimePicker '@hashiprobr/react-native-paper-datetimepicker'; https://github.com/hashiprobr/react-native-paper-datetimepicker#peer-dependencies My date picker ...
Manche's user avatar
  • 47
1 vote
0 answers
707 views

react-date-range when turned to toISOString(), the output date is 1 day off React

codesandbox link below I am using react-date-range library that user can use to select start date and end date. After selecting the startDate and endDate, I am turning the output date to ISOString and ...
Nyi Nyi Hmue Aung's user avatar
0 votes
0 answers
465 views

Persian Datepicker in Asp.net core

I try use Bootstrap persian datepicker but it briken my html template so How make persian(Jalali) datepicker for a input in Asp.Net core, Without Bootstrap.
oveisi's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
22