Skip to main content

All Questions

Tagged with
0 votes
0 answers
43 views

How do I make Date Components of Horizon Calendar in SwiftUI work with today's date?

Im trying to pass today's date as my start date in my code and every time I try to run a preview my app crashes. Do y'all see what I need to do to fix this? import SwiftUI import HorizonCalendar ...
Gray Gillman's user avatar
0 votes
1 answer
34 views

How to change date format if I use a MUI TextField with type of date?

I am using MUI TextField component with the type of Date to create a calendar. The default calendar date format is MM/DD/YYYY althouth I want it to be DD/MM/YYYY. Is there any possibility to change ...
Gayan Madhusankha's user avatar
0 votes
0 answers
20 views

Changing text in ngbcalendar

In the datepicker calendar I use in Angular, the day and month names appear in the component. I want to replace these with the texts I got from the language file. This problem has been solved many ...
Esma Harmancı's user avatar
0 votes
0 answers
122 views

Calendar Picker with Navigation of Month, Year using HTML, CSS and JS

I would like to create calendar component as shown in image with navigation on click of header of the calendar. Expected i am able to implement one part of it <!-- Implemented for date picker --&...
madhu kumar's user avatar
0 votes
0 answers
86 views

Enable the user to pick a date from Calender for non consecutive date only in ios?

I am new to the calendar. I have an array of dates which is non-consecutive. I want to select and highlight it initially. And, the unhighlighted has to be non-clickable, i.e. the user is only able to ...
Amrit Tiwari's user avatar
0 votes
1 answer
44 views

MUI DatePicker 6.19.7 change picked day bgcolor using sx

How to change the color element indicated by the arrow? Using sx{} DatePicker <LocalizationProvider dateAdapter={AdapterDayjs}> <DatePicker ...
Turoczek's user avatar
0 votes
1 answer
114 views

Javascript Pesian DatePicker problem in calculate leap year

Hello everyone I wish you could help me to solve this problem. I have a date picker which I use in my project many times and it was a component. But now in the Persian New Year, we have 1403(Shamsi) ...
saVsa 94's user avatar
0 votes
0 answers
36 views

Translate months and days of the week from <el-date-picker> in Nuxt.js 3 with composition api

I'm using from element plus and I would like to translate the months and days of the week to pt-br. I'm using nuxt 3 with composition api and dayjs. From what I saw, it should work automatically ...
Rodrigo's user avatar
1 vote
1 answer
221 views

PrimeNG Calendar need to find a way to override default enter key behavior

I'm using PrimeNG's calendar component. For a specific scenario, I want to override the default Enter key behaviour. Currently, when the calendar is open, Enter key closes the calendar. I want to run ...
Galaxy6789's user avatar
0 votes
1 answer
149 views

Import error ./node_modules/@mui/x-date-pickers/AdapterDateFns/AdapterDateFns.js 58:0-65

ERROR in ./node_modules/@mui/x-date-pickers/AdapterDateFns/AdapterDateFns.js 58:0-65 Module not found: Error: Package path ./_lib/format/longFormatters is not exported from package C:\Users\ykd\git\...
bxnd's user avatar
  • 11
0 votes
0 answers
242 views

Date Input Format Issue in Safari on iOS Devices

I'm encountering an issue with Safari on iOS devices related to the input type 'date'. When using an input field of type date, Safari's default behavior is to display a calendar picker where the date ...
Sulagna's user avatar
0 votes
0 answers
117 views

i am using Flutter Syncfusion Date Picker i want to give circular border radius in Special date decoration property but it not give desired result

Center( child: Container( // height: size.height * 0.300, // width: size.width * 0.30, //height: 321, width: 308, ...
Ganesh's user avatar
  • 1
0 votes
0 answers
35 views

Calendar showing previous month

I am using react-date-range to create a Date picker, everything is working great however, when I open the modal it is focused on the previous month not the month of the date. Here is the codesandbox
Mohammed Saber's user avatar
0 votes
0 answers
163 views

Issue with MUI DateCalendar: Year not updating when changing year via months selector

Hello Stack Overflow community, I'm facing an issue with the MUI (Material-UI) DateCalendar component in my project. When I open the year selector and then try to change the year using the months ...
Prakash Naikwadi's user avatar
0 votes
0 answers
145 views

Want to implement a year picker calendar in angular which has only years and the format is ''YYYY-YY" like 2023-24, 2022-23 etc

Tried using ngx bootstrap and material, I am able to achieve 'YYYY' format but I want to implement YYYY-YY' where the year after hyphen is the consecutive year. I tried using ngx bootstrap first but I ...
AMISHA GOEL's user avatar

15 30 50 per page
1
2 3 4 5
28