<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
	<channel>
		<title>ProZ.com Translation Forums</title>
		<link>http://hat.proz.com/forums/</link>
		<atom:link href="http://hat.proz.com/forums/" rel="self" type="application/rss+xml"/>		<description>Topic: Converting date format (programming)</description>
		<language>en-us</language>
		<pubDate>Fri, 07 Aug 2026 22:07:32 +0000</pubDate>
		<lastBuildDate>Fri, 07 Aug 2026 22:07:32 +0000</lastBuildDate>
		<docs>http://www.proz.com/faq</docs>
		<managingEditor>support@proz.com (ProZ.com Support)</managingEditor>
		<webMaster>support@proz.com (ProZ.com Support)</webMaster>
		<item>
			<title>Converting date format (programming) | Try this ... ?</title>
			<author>Jennifer Levey</author>
			<category>Localization</category>
			<link>http://hat.proz.com/post/3023101#3023101</link>
			<pubDate>Tue, 19 Dec 2023 20:44:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; Localization&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Converting date format (programming)&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Jennifer Levey&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Try this ... ?&lt;br/&gt;&lt;br/&gt;As Dan points out, it would help enormously to know what &#039;language&#039; we&#039;re dealing with.&lt;br /&gt;&lt;br /&gt;That said, if &lt;i&gt;[dddd, MMMM Do YYYY]&lt;/i&gt; yields &lt;i&gt;[Sunday, December 10th 2023]&lt;/i&gt;, then we can deduce with a fair degree of confidence, that &lt;i&gt;dddd&lt;/i&gt; represents the full name of the day of the week (&#039;Sunday&#039;, as opposed to &#039;Sun.&#039;), &lt;i&gt;MMMM&lt;/i&gt; represents the long name of the month (December), &lt;i&gt;D&lt;/i&gt; followed by &lt;i&gt;o&lt;/i&gt; is the day number (with no leading zero, otherwise it would probably be &lt;i&gt;DD&lt;/i&gt;) and the suffixed &lt;i&gt;o&lt;/i&gt; refers to the &#039;ordinal&#039; number (10th) as distinct from the cardinal number (10), and &lt;i&gt;YYYY&lt;/i&gt; is the four-digit year.&lt;br /&gt;&lt;br /&gt;If you want the cardinal day number &#039;10&#039; instead of the ordinal number &#039;10th&#039;, I suggest it may well be either &lt;i&gt;D&lt;/i&gt; (with no suffix), or maybe &lt;i&gt;Dc&lt;/i&gt;.  The punctuation is fed through &#039;as is&#039; to the resulting date string.&lt;br /&gt;&lt;br /&gt;On the basis of my reasoning above, I&#039;d wager a chocolate digestive biscuit on:&lt;br /&gt;[Sunday 10 December 2023] --&gt; [dddd D MMMM YYYY]&lt;br /&gt;&lt;br /&gt;JL </description>
		</item>
		<item>
			<title>Converting date format (programming) | More info</title>
			<author>Dan Lucas</author>
			<category>Localization</category>
			<link>http://hat.proz.com/post/3023081#3023081</link>
			<pubDate>Tue, 19 Dec 2023 18:40:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; Localization&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Converting date format (programming)&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Dan Lucas&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; More info&lt;br/&gt;&lt;br/&gt;Samuel, not quite clear what you&#039;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 &quot;Sunday, December 10th 2023&quot;? 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.&lt;br /&gt;&lt;br /&gt;Dan&lt;br /&gt;</description>
		</item>
		<item>
			<title>Converting date format (programming) | Could be JS...</title>
			<author>Samuel Murray</author>
			<category>Localization</category>
			<link>http://hat.proz.com/post/3023074#3023074</link>
			<pubDate>Tue, 19 Dec 2023 17:50:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; Localization&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Converting date format (programming)&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Samuel Murray&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Could be JS...&lt;br/&gt;&lt;br/&gt;This seems to be consistent with JS code, here:&lt;br /&gt; [url removed] &lt;br /&gt;&lt;br /&gt;</description>
		</item>
		<item>
			<title>Converting date format (programming)</title>
			<author>Samuel Murray</author>
			<category>Localization</category>
			<link>http://hat.proz.com/post/3023065#3023065</link>
			<pubDate>Tue, 19 Dec 2023 17:08:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; Localization&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Converting date format (programming)&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Samuel Murray&lt;br/&gt;&lt;br/&gt;Hello everyone&lt;br /&gt;&lt;br /&gt;I have a date code and I don&#039;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?&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Samuel</description>
		</item>
	</channel>
</rss>