python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Change name of month in Material Ui React
I use DatePicker from Material Ui. I need to change the name of the month. How can I do it?
For example, I have to change from August to Avqust or from March to Mart enter image description here
My co...
Rahil Ali
Votes: 0
Answers: 1
Material date-fns adapter
I'm currently switching from Moment.js to date-fns in my Angular app, but I'm facing an impediment.
I found as well an adapter made by angular @angular/material-date-fns-adapter and I added this in my...
Sergiu Molnar
Votes: 0
Answers: 2
How do I parse with both Day of Week and Month in date-fns?
I have a string Mon Mar 28 00:00:00 EDT 2022 which I want to parse but it's not working
dateFns.parse(theDate, "eee MMM d HH:mm:ss X yyyy", null)
Getting
RangeError: The format string must...
Archimedes Trajano
Votes: 0
Answers: 1
How to convert a date from one type to another typescript
React with Typescript:
I have a date picker(mui v5) that requires date value to be in format "yyyy-MM-dd".
However the api return a type Date on the format "2022-01-12T00:00:00.000+00:0...
Raissa Correia
Votes: 0
Answers: 2