<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://www.xlayer.co.za/forum/extern.php?action=feed&amp;tid=66&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[SXI Forum / Converting a Date Time stamp]]></title>
		<link>https://www.xlayer.co.za/forum/viewtopic.php?id=66</link>
		<description><![CDATA[The most recent posts in Converting a Date Time stamp.]]></description>
		<lastBuildDate>Sat, 29 Dec 2018 09:53:50 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Converting a Date Time stamp]]></title>
			<link>https://www.xlayer.co.za/forum/viewtopic.php?pid=106#p106</link>
			<description><![CDATA[<p>It&#039;s working correct with this Date Converter rule, I changed the Output Date Format to &quot;yyyyy/MM/dd HH:mm:ss&quot;.<br />The seconds are not provided in the input, it will default to &quot;00&quot;.</p><div class="codebox"><pre><code>          &lt;sxi:Rules&gt;
            &lt;sxi:DateConverter InputDateFormat=&quot;dd MMMM yyyy h:mm a&quot; OutputDateFormat=&quot;yyyy/MM/dd HH:mm:ss&quot;/&gt;
          &lt;/sxi:Rules&gt;</code></pre></div><p>I have tested the AM / PM .<br />Tested with Input &quot;24 December 2018 7:52 PM&quot;<br />Output ----------- &lt;DateTime&gt;2018/12/24 19:52:00&lt;/DateTime&gt;</p><p>Tested with input &quot;24 December 2018 7:52 AM&quot;<br />Output ----------- &lt;DateTime&gt;2018/12/24 07:52:00&lt;/DateTime&gt;</p>]]></description>
			<author><![CDATA[dummy@example.com (StephanB)]]></author>
			<pubDate>Sat, 29 Dec 2018 09:53:50 +0000</pubDate>
			<guid>https://www.xlayer.co.za/forum/viewtopic.php?pid=106#p106</guid>
		</item>
		<item>
			<title><![CDATA[Re: Converting a Date Time stamp]]></title>
			<link>https://www.xlayer.co.za/forum/viewtopic.php?pid=105#p105</link>
			<description><![CDATA[<p>Hi Sean,<br />There is no input for the seconds, I will test it and let you know.<br />Thx.</p>]]></description>
			<author><![CDATA[dummy@example.com (StephanB)]]></author>
			<pubDate>Sat, 29 Dec 2018 09:15:58 +0000</pubDate>
			<guid>https://www.xlayer.co.za/forum/viewtopic.php?pid=105#p105</guid>
		</item>
		<item>
			<title><![CDATA[Re: Converting a Date Time stamp]]></title>
			<link>https://www.xlayer.co.za/forum/viewtopic.php?pid=104#p104</link>
			<description><![CDATA[<p>Hi Steph,</p><p>This is untested however it should work.&#160; I got the date format rules for <a href="http://tutorials.jenkov.com/java-internationalization/simpledateformat.html" rel="nofollow">SimpleDateFormat from here</a>.&#160; Specifically look at &quot;Pattern Syntax&quot; and &quot;Pattern Examples&quot; on that page.</p><div class="codebox"><pre><code>    &lt;sxi:DataDefinition name=&quot;ConvertDate&quot;&gt;
      &lt;sxi:Fields&gt;
        &lt;sxi:Field name=&quot;InDate&quot;&gt;
          &lt;sxi:Rules&gt;
            &lt;sxi:DateConverter InputDateFormat=&quot;dd MMMM yyyy h:mm a&quot; OutputDateFormat=&quot;yyyy/MM/DD HH:MM:ss&quot;/&gt;
          &lt;/sxi:Rules&gt;
          &lt;sxi:OutputField&gt;OutDate&lt;/sxi:OutputField&gt;
        &lt;/sxi:Field&gt;
      &lt;/sxi:Fields&gt;
    &lt;/sxi:DataDefinition&gt;</code></pre></div><p>Not sure how you are going to get the seconds as they are not provided in the input example you gave.</p><p>Ciao<br />Sean</p>]]></description>
			<author><![CDATA[dummy@example.com (SeanR)]]></author>
			<pubDate>Fri, 28 Dec 2018 06:24:36 +0000</pubDate>
			<guid>https://www.xlayer.co.za/forum/viewtopic.php?pid=104#p104</guid>
		</item>
		<item>
			<title><![CDATA[Converting a Date Time stamp]]></title>
			<link>https://www.xlayer.co.za/forum/viewtopic.php?pid=103#p103</link>
			<description><![CDATA[<p>I need some help on covering the fallowing Date Time stamp from 24 December 2018 7:52 AM to 2018/12/24 07:52:00.</p>]]></description>
			<author><![CDATA[dummy@example.com (StephanB)]]></author>
			<pubDate>Thu, 27 Dec 2018 12:48:26 +0000</pubDate>
			<guid>https://www.xlayer.co.za/forum/viewtopic.php?pid=103#p103</guid>
		</item>
	</channel>
</rss>
