Converting date format (programming) เธรดต่อผู้เขียนข้อความ: Samuel Murray
| Samuel Murray เนเธอร์แลนด์ Local time: 16:41 สมาชิก (2006) ภาษาอังกฤษ เป็น ภาษาอาฟริกา + ...
Hello everyone
I have a date code and I don't know what date code method is being used, but basically, [dddd, MMMM Do YYYY] yields [Sunday, December 10th 2023]. I need the code for [Sunday 10 December 2023]. Does anyone have a URL for this one?
Thanks
Samuel | | | Samuel Murray เนเธอร์แลนด์ Local time: 16:41 สมาชิก (2006) ภาษาอังกฤษ เป็น ภาษาอาฟริกา + ... TOPIC STARTER | Dan Lucas สหราชอาณาจักร Local time: 15:41 สมาชิก (2014) ภาษาญี่ปุ่น เป็น ภาษาอังกฤษ
Samuel, not quite clear what you're trying to achieve here. Do you mean you need a formatting string to take a date and return a version in the format of "Sunday, December 10th 2023"? And is this for use within a CAT tool, some actual code, or some kind of utility...? The page to which you link is very specific - some kind of date-handling library.
Dan | | | Try this ... ? | Dec 19, 2023 |
As Dan points out, it would help enormously to know what 'language' we're dealing with.
That said, if [dddd, MMMM Do YYYY] yields [Sunday, December 10th 2023], then we can deduce with a fair degree of confidence, that dddd represents the full name of the day of the week ('Sunday', as opposed to 'Sun.'), MMMM represents the long name of the month (December), D followed by o is the day number (with no leading zero, otherwise it would probably ... See more As Dan points out, it would help enormously to know what 'language' we're dealing with.
That said, if [dddd, MMMM Do YYYY] yields [Sunday, December 10th 2023], then we can deduce with a fair degree of confidence, that dddd represents the full name of the day of the week ('Sunday', as opposed to 'Sun.'), MMMM represents the long name of the month (December), D followed by o is the day number (with no leading zero, otherwise it would probably be DD) and the suffixed o refers to the 'ordinal' number (10th) as distinct from the cardinal number (10), and YYYY is the four-digit year.
If you want the cardinal day number '10' instead of the ordinal number '10th', I suggest it may well be either D (with no suffix), or maybe Dc. The punctuation is fed through 'as is' to the resulting date string.
On the basis of my reasoning above, I'd wager a chocolate digestive biscuit on:
[Sunday 10 December 2023] --> [dddd D MMMM YYYY]
JL ▲ Collapse | | | To report site rules violations or get help, contact a site moderator: You can also contact site staff by submitting a support request » Converting date format (programming) Trados Studio 2022 Freelance |
---|
The leading translation software used by over 270,000 translators.
Designed with your feedback in mind, Trados Studio 2022 delivers an unrivalled, powerful desktop
and cloud solution, empowering you to work in the most efficient and cost-effective way.
More info » |
| CafeTran Espresso |
---|
You've never met a CAT tool this clever!
Translate faster & easier, using a sophisticated CAT tool built by a translator / developer.
Accept jobs from clients who use Trados, MemoQ, Wordfast & major CAT tools.
Download and start using CafeTran Espresso -- for free
Buy now! » |
|
| | | | X Sign in to your ProZ.com account... | | | | | |