-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CAPT 1941/admin date formats #3494
Open
rjlynch
wants to merge
1
commit into
CAPT-2033/idenity-task
Choose a base branch
from
CAPT-1941/admin-date-formats
base: CAPT-2033/idenity-task
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rjlynch
force-pushed
the
CAPT-1941/admin-date-formats
branch
from
January 6, 2025 16:40
b8d58a0
to
4f17d3c
Compare
rjlynch
force-pushed
the
CAPT-1941/admin-date-formats
branch
from
January 7, 2025 16:30
4f17d3c
to
0935e4d
Compare
rjlynch
force-pushed
the
CAPT-1941/admin-date-formats
branch
from
January 7, 2025 17:03
0935e4d
to
0a089c0
Compare
rjlynch
force-pushed
the
CAPT-1941/admin-date-formats
branch
from
January 8, 2025 14:13
0a089c0
to
9397ac4
Compare
rjlynch
force-pushed
the
CAPT-1941/admin-date-formats
branch
from
January 8, 2025 14:36
9397ac4
to
94237e5
Compare
rjlynch
force-pushed
the
CAPT-1941/admin-date-formats
branch
from
January 8, 2025 14:54
94237e5
to
18b979f
Compare
rjlynch
force-pushed
the
CAPT-1941/admin-date-formats
branch
from
January 8, 2025 15:01
18b979f
to
61c7344
Compare
rjlynch
force-pushed
the
CAPT-1941/admin-date-formats
branch
from
January 8, 2025 15:28
1c0ddd7
to
ea9fde1
Compare
rjlynch
force-pushed
the
CAPT-1941/admin-date-formats
branch
from
January 8, 2025 16:02
ea9fde1
to
aba1187
Compare
rjlynch
force-pushed
the
CAPT-2033/idenity-task
branch
from
January 10, 2025 13:47
31a5748
to
d3f7f4b
Compare
rjlynch
force-pushed
the
CAPT-1941/admin-date-formats
branch
from
January 10, 2025 13:47
aba1187
to
d442230
Compare
We want to present all dates in the admin area in the "%-d %B %Y" format, which is the default in the locales file.
rjlynch
force-pushed
the
CAPT-1941/admin-date-formats
branch
from
January 10, 2025 13:54
d442230
to
889d8eb
Compare
asmega
approved these changes
Jan 14, 2025
slorek
approved these changes
Jan 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To confirm, the PR description is out of date at time of writing. The new agreed date format is “Day Month-name Year” (eg 8 January 2025)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Standardise dates in the admin area
Requirement is to standardise on %d/%m/%Y when displaying dates in the
admin area. We've added a new locale format
admin_date
which we nowuse throughout the admin area when displaying a date or datetime.