-
Currently, scheduled-docs requires m/d/y format (or d/m/y format, I'm not sure). Allow for locale-specific date formats as well as ISO standard yyyy-mm-dd formats.
-
# Bug Report: Inconsistent Date Format Across Application
## Summary
The date format used across different sections of the application is inconsistent, causing confusion for users and potential data …
-
### Description
Association : `Workers` hasOne `WorkerWorkingInfos`
```
$query = $this->Workers->find()
->select(['Workers.id', 'WorkerWorkingInfos.permit_expiry_date'])
->contain(['Worke…
-
**Is your feature request related to a problem? Please describe.**
I'd like to be able to select my preferred date and time formats that reminders get displayed in, on the Overview page.
**Describ…
-
### 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…
-
Hello,
The date format used in Payment object is invalid :
The OpenAPI definition defines this :
```yml
Date:
description: Date the payment is being made (YYYY-MM-DD) e.g.…
-
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…
-
Currently date can be in several non-standardized formats, like "2024-01-01 - 2024-05-03 [17:32]", which are difficult to manage. Shon in addition:
- Start date in YYYY-MM-DD format
- Number of dates…
-
### Preconditions and environment
- 2.4.6-p5
### Steps to reproduce
I've created a ui component form
```
sync_documents_form.sync_documents_form_data_source…
-
Yukon government has guidance for [Date and time from the style guide](https://guide.yukon.ca/en/content-and-design/government-yukon-style-guide/z-style/date-and-time).
We would like D10 to be more…