English date (th)
Solved
WeeZIII
-
brucine Posted messages 25126 Registration date Status Member Last intervention -
brucine Posted messages 25126 Registration date Status Member Last intervention -
Hello, I can't automatically insert the th onto my date, how can I do that?
Thanks in advance.
Thanks in advance.
2 answers
-
Hello,
This is an automatic correction: if I write 4th, "th" automatically comes in superscript, or of an automatic date field (in which case the situation is a bit more complex since I will also have to take into account st, nd, rd...)?-
I need all the date suffixes in English for a letter, and someone on the forum managed it, but I don't understand where to insert the formula that Marina indicates to actually add the th and other suffixes
( {DATE \@ dd \*ordinal } of { DATE \@ "MMMM yyyy" } )
https://forums.commentcamarche.net/forum/affich-23896596-word-format-champ-date -
It is assumed that Word is in English (File-Options-Language) and the trick is to do it in TWO parts:
Insert-Quick Parts-Field.
Scroll down to date, then click on field codes at the bottom.
Remove "date" in the space at the top right and copy WITHOUT THE BRACKETS: DATE \@ dd \*ordinal Click OK
Enter (or not) whatever you want next to it ("of" in the chosen example)
Repeat the operation on the right with DATE \@ "MMMM yyyy"
Then just click to the right, toggle field codes, to modify the syntax (for example MMM instead of MMMM...)
PS: I almost forgot, if I remember correctly, the correct syntax in English is "June 24th 2021" and, for that matter, it takes not 2 but 3 parts: date with only the month, ordinal, date with only the year, remove the excess parameters (yyyy) for the first one, etc. -
-
I don't know, we either have to wait until July or create a field with CreateDate and a document created on an appropriate date, but that's what I understand, yes.
If you're in the mood to go the extra mile, you can even add the day (4th field dddd followed by a comma).
Upon checking, for the format, you are right, I learned English across the Atlantic, you can't change that, but it seems that the only universal format is: Thursday, the 24th of June, -
-
-
Hello,
Could this help you... https://support.microsoft.com/fr-fr/office/insert-today's-date-into-a-word-document-fe7c08fe-7192-44a5-ac0a-88ccd51532ab
--
ASUS ROG G752 VSK | QuadCore Intel i7 7700HQ | 32 GB-DDR4 | 2 SSD M.2 500 GB | 2 Seagate 2TB HDD | GeForce GTX 1070M 8 GB | 17.3" Screen (120 Hz) | DirectX 12 | Windows 10 (x64)-
Well no, the problem is not entering the date in English format, but the date suffix, which is not provided by default.
If there is "cosmetically" only "th" to enter in the field, it's simple, but that's not the case every day of the month, you have to go through "homemade" fields or variables:
https://superuser.com/questions/1274265/custom-date-format-in-microsoft-word-2016
https://groups.google.com/g/microsoft.public.mac.office.word/c/gImi_-on03Y
-