<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://project-gc.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Date_picker_format</id>
	<title>Date picker format - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://project-gc.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Date_picker_format"/>
	<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Date_picker_format&amp;action=history"/>
	<updated>2026-05-27T21:52:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Date_picker_format&amp;diff=3090&amp;oldid=prev</id>
		<title>3305483: Initial edit</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Date_picker_format&amp;diff=3090&amp;oldid=prev"/>
		<updated>2025-07-28T08:40:05Z</updated>

		<summary type="html">&lt;p&gt;Initial edit&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Why Does the Date Format Look Different? =&lt;br /&gt;
&lt;br /&gt;
When you see a date field like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;input type=&amp;quot;date&amp;quot;&amp;amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
it may display the date in different formats — for example:&lt;br /&gt;
&lt;br /&gt;
* `MM/DD/YYYY` (e.g. 07/28/2025)&lt;br /&gt;
* `DD/MM/YYYY` (e.g. 28/07/2025)&lt;br /&gt;
* `YYYY-MM-DD` (e.g. 2025-07-28)&lt;br /&gt;
&lt;br /&gt;
This is expected behavior and depends entirely on **your web browser and system settings**.&lt;br /&gt;
&lt;br /&gt;
== Why does this happen? ==&lt;br /&gt;
&lt;br /&gt;
Project-GC uses a **standard HTML date input**, which is built into your web browser. The **format and appearance of this field are automatically determined by your browser and operating system**, based on your current language and region settings.&lt;br /&gt;
&lt;br /&gt;
In other words, **Project-GC does not control how the date format appears** — it adapts to your local settings for consistency with the rest of your system.&lt;br /&gt;
&lt;br /&gt;
== Can I change the format I see? ==&lt;br /&gt;
&lt;br /&gt;
Yes. If you prefer to see dates in the `YYYY-MM-DD` format (ISO 8601), you can adjust your browser’s language or locale settings.&lt;br /&gt;
&lt;br /&gt;
== How to show YYYY-MM-DD format ==&lt;br /&gt;
&lt;br /&gt;
Here are some browser-specific ways to adjust your settings so that the date input shows dates in the `YYYY-MM-DD` format:&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome (Linux, Windows, macOS) ===&lt;br /&gt;
&lt;br /&gt;
Chrome uses its own language settings to determine the date format.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;To use ISO format (YYYY-MM-DD):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
# Go to `chrome://settings/languages`&lt;br /&gt;
# Click &amp;quot;Add languages&amp;quot; and search for &amp;#039;&amp;#039;&amp;#039;English (Canada)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# Add it, then move it to the top of the list&lt;br /&gt;
# Restart Chrome&lt;br /&gt;
&lt;br /&gt;
This will display the date in the `YYYY-MM-DD` format while keeping the browser in English.&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Firefox ===&lt;br /&gt;
&lt;br /&gt;
Firefox allows more flexibility and supports an internal setting to control the locale.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Option 1: Change language preference&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
# Go to `about:preferences`&lt;br /&gt;
# Under &amp;quot;Language and Appearance&amp;quot;, click &amp;quot;Choose…&amp;quot; next to Language&lt;br /&gt;
# Add or move &amp;#039;&amp;#039;&amp;#039;English (Canada)&amp;#039;&amp;#039;&amp;#039; to the top&lt;br /&gt;
# Restart Firefox&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Option 2 (Advanced): Override internal locale&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
# Visit `about:config` in the address bar&lt;br /&gt;
# Search for: `intl.locale.requested`&lt;br /&gt;
# If it does not exist, click &amp;quot;+&amp;quot; to add it as a new string&lt;br /&gt;
# Set its value to: `en-CA`&lt;br /&gt;
# Restart Firefox&lt;br /&gt;
&lt;br /&gt;
This forces the browser to use the `en-CA` locale, which uses `YYYY-MM-DD`.&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Edge ===&lt;br /&gt;
&lt;br /&gt;
Edge behaves the same as Chrome, as it is also based on the Chromium engine.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Steps:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
# Go to `edge://settings/languages`&lt;br /&gt;
# Add &amp;#039;&amp;#039;&amp;#039;English (Canada)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# Move it to the top&lt;br /&gt;
# Restart Edge&lt;br /&gt;
&lt;br /&gt;
=== Apple Safari (macOS) ===&lt;br /&gt;
&lt;br /&gt;
Safari uses the system-wide region setting from macOS.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;To change date format:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
# Open **System Settings** (or **System Preferences**)&lt;br /&gt;
# Go to **Language &amp;amp; Region**&lt;br /&gt;
# Change your Region to &amp;#039;&amp;#039;&amp;#039;Canada&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# Restart Safari&lt;br /&gt;
&lt;br /&gt;
Note: This may affect date and number formatting in other applications on your Mac.&lt;br /&gt;
&lt;br /&gt;
== Test Your Browser ==&lt;br /&gt;
&lt;br /&gt;
You can test how your browser displays a standard HTML date field using this simple external page:&lt;br /&gt;
&lt;br /&gt;
→ [https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_date W3Schools: Try &amp;amp;lt;input type=&amp;quot;date&amp;quot;&amp;amp;gt;]&lt;br /&gt;
&lt;br /&gt;
This page uses only standard HTML and is not part of Project-GC, making it a useful way to verify what your own browser and system are doing.&lt;br /&gt;
&lt;br /&gt;
== Summary Table ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Browser !! How to show YYYY-MM-DD format&lt;br /&gt;
|-&lt;br /&gt;
| Chrome || Use English (Canada) in `chrome://settings/languages`&lt;br /&gt;
|-&lt;br /&gt;
| Firefox || Set language to English (Canada), or use `intl.locale.requested` in `about:config`&lt;br /&gt;
|-&lt;br /&gt;
| Edge || Use English (Canada) in `edge://settings/languages`&lt;br /&gt;
|-&lt;br /&gt;
| Safari || Change system Region to Canada in macOS settings&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Need Help? ==&lt;br /&gt;
&lt;br /&gt;
If you have any trouble updating your settings or have other questions about the date format, feel free to reach out in the forums or contact Project-GC support.&lt;/div&gt;</summary>
		<author><name>3305483</name></author>
	</entry>
</feed>