<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to StepType_FormattedDateTimeString</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_FormattedDateTimeString/</link><description>Recent changes to StepType_FormattedDateTimeString</description><atom:link href="https://sourceforge.net/p/steppingframework/wiki/StepType_FormattedDateTimeString/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 01 Mar 2014 02:30:18 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/steppingframework/wiki/StepType_FormattedDateTimeString/feed" rel="self" type="application/rss+xml"/><item><title>StepType_FormattedDateTimeString modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_FormattedDateTimeString/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,7 @@
 FormattedDateTimeString
 ===

-Returns a string containing a date information based on a given format
+Returns a string containing a date information into the parameter "cFormattedDateTimeString" based on the given format and time ofset

 How each column is used:
 ---
@@ -12,7 +12,7 @@
 iSeq        | Optional/Purely cosmetic, only used to help you structure you step sequences
 cStepType    | FormattedDateTimeString
 cField    | Formatting String
-cValue    | An offset in hours? 
+cValue    | An offset in days (can be negative and decimal e.g -0.5 would give 12 hours ago)
 cTiming    | Not Used
 cExpect    | Not Used
 cOnError    | Not Used
@@ -21,11 +21,22 @@
 ---
 String    | Result Returned
 ---       |---
-YYYY      | A 4 digit representation of the year e.g. 2014 
+yyyy      | A 4 digit representation of the year e.g. 2014 
+yy      | A 2 digit representation of the year e.g. 14 
+m or mm     | A 2 digit representation of the month e.g. 02, 12 
+d or dd      | A 2 digit representation of the day e.g. 03, 28 
+H or HH      | A 2 digit representation of the hour in 24 hour time e.g. 00, 23
+h or hh      | A 1 to 2 digit representation of the hour in 12 hour time e.g. 01, 12
+M or MM      | A 2 digit representation of the minute e.g. 01, 58 
+S or SS      | A 2 digit representation of the seconds e.g. 00, 59 
+s or ss      | A 2 digit representation of the seconds e.g. 00, 59 
+t or tt      | AM or PM 
+
+

 Example usage:
 ---
 iID    | iSeq | cStepType | cField   | cValue    | cTiming     | cExpect     | cOnError
 ---   |---            |---        |---      |---       |---         |---         |---
-Seq001| 1             |FormattedDateTimeString       |YYYY-MM-DD       | 0      |            |            |
+Seq001| 1             |FormattedDateTimeString       |yyy-mm-dd HH:MM:SS       | 0      |            |            |
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Sat, 01 Mar 2014 02:30:18 -0000</pubDate><guid>https://sourceforge.net14d45c1972477f95e0ff32ebe69605198fe6294f</guid></item><item><title>StepType_FormattedDateTimeString modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_FormattedDateTimeString/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="formatteddatetimestring"&gt;FormattedDateTimeString&lt;/h1&gt;
&lt;p&gt;Returns a string containing a date information based on a given format&lt;/p&gt;
&lt;h2 id="how-each-column-is-used"&gt;How each column is used:&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Column Name&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;iID&lt;/td&gt;
&lt;td&gt;The ID used to uniquely identify the current Step Sequence&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;iSeq&lt;/td&gt;
&lt;td&gt;Optional/Purely cosmetic, only used to help you structure you step sequences&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cStepType&lt;/td&gt;
&lt;td&gt;FormattedDateTimeString&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cField&lt;/td&gt;
&lt;td&gt;Formatting String&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cValue&lt;/td&gt;
&lt;td&gt;An offset in hours?&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cTiming&lt;/td&gt;
&lt;td&gt;Not Used&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cExpect&lt;/td&gt;
&lt;td&gt;Not Used&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cOnError&lt;/td&gt;
&lt;td&gt;Not Used&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="formatting-options"&gt;Formatting options:&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;String&lt;/th&gt;
&lt;th&gt;Result Returned&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;YYYY&lt;/td&gt;
&lt;td&gt;A 4 digit representation of the year e.g. 2014&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="example-usage"&gt;Example usage:&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;iID&lt;/th&gt;
&lt;th&gt;iSeq&lt;/th&gt;
&lt;th&gt;cStepType&lt;/th&gt;
&lt;th&gt;cField&lt;/th&gt;
&lt;th&gt;cValue&lt;/th&gt;
&lt;th&gt;cTiming&lt;/th&gt;
&lt;th&gt;cExpect&lt;/th&gt;
&lt;th&gt;cOnError&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Seq001&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;FormattedDateTimeString&lt;/td&gt;
&lt;td&gt;YYYY-MM-DD&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Fri, 28 Feb 2014 08:00:26 -0000</pubDate><guid>https://sourceforge.net9ec572ebe0832dbf1a7c604c6d25020a3c1e8f16</guid></item></channel></rss>