<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Parse QDate into seperate month day year fields.]]></title><description><![CDATA[<p dir="auto">Is there an easy Qt way to parse a returned QDate field into separate variables?</p>
<pre><code>  QDate dateToShip;
    dateToShip.toString(ui-&gt;dateEdit-&gt;text());
</code></pre>
]]></description><link>https://forum.qt.io/topic/70560/parse-qdate-into-seperate-month-day-year-fields</link><generator>RSS for Node</generator><lastBuildDate>Wed, 23 Sep 2026 14:37:55 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/70560.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Aug 2016 13:35:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Parse QDate into seperate month day year fields. on Wed, 24 Aug 2016 13:46:56 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, new to Qt and figured there was an easy way!</p>
]]></description><link>https://forum.qt.io/post/343964</link><guid isPermaLink="true">https://forum.qt.io/post/343964</guid><dc:creator><![CDATA[xopherira]]></dc:creator><pubDate>Wed, 24 Aug 2016 13:46:56 GMT</pubDate></item><item><title><![CDATA[Reply to Parse QDate into seperate month day year fields. on Wed, 24 Aug 2016 13:41:06 GMT]]></title><description><![CDATA[<p dir="auto"><code>QDate::day()</code><br />
<code>QDate::month()</code><br />
<code>QDate::year()</code></p>
]]></description><link>https://forum.qt.io/post/343963</link><guid isPermaLink="true">https://forum.qt.io/post/343963</guid><dc:creator><![CDATA[VRonin]]></dc:creator><pubDate>Wed, 24 Aug 2016 13:41:06 GMT</pubDate></item></channel></rss>