-
Currently all dates are showed in Month/Day/Year format. I suggest to add an option to display it in other formats.
-
The dates for the activities in Workout Log (or CalendarPageView, look at DateFormatter) does not allow the user to input a specific date, instead it simply puts today's date. Change it so that it…
-
**Describe the bug**
When I want to use `z` as format value, it returns z without transformation
```
dayjs.extend(utc)
dayjs.extend(timezone)
// ...
export const formatDateTime = (
datetime…
-
I would like to display a date field as the "year" only (ie 2016) and not a long format as "25 Oct, 2024 08:39"
An option setting the date format (ie %Y) could be great.
-
All projects have a need to format dates before showing the data to the users. This is usually done by using ember-moment's `{{moment-format}}` helper with a custom format, or with custom helpers that…
-
### Description
It's common when dealing with date grouping/histograms to perform date truncation and formatting at the same time - for example, assume I want to group by month AND format the date to…
-
Sync the date on the homepage to be in this format ( for 01/10/2024, it should be displayed as 1st October 2024)
-
Date formatting in Log4j uses different formats:
- older layouts use [`SimpleDateFormat`](https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html),
- newer layouts use [`DateTime…
-
Problem description
For displaying content descriptions, it's possible to provide a customizable entry point to control the format. For example, "Date 2024, Jul 21, Sun, 17:55" can be modified to "…
-
### Describe the problem
Currently, each user can set a preference for how dates are displayed.
However this setting is intermingled with the other setting for choosing how currency is displayed…