<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://forge.codesys.com/prj/codesys-example/date-and-time/home/Home/</link><description>Recent changes to Home</description><language>en</language><lastBuildDate>Wed, 31 Jan 2024 15:42:00 -0000</lastBuildDate><atom:link href="https://forge.codesys.com/prj/codesys-example/date-and-time/home/Home/feed" rel="self" type="application/rss+xml"></atom:link><item><title>Home modified by celberfeld</title><link>https://forge.codesys.com/prj/codesys-example/date-and-time/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -17,7 +17,7 @@
 In the visualization placeholders e.g. ``"%t[ddd MMM dd.MM.yyyy HH:mm:ss]"`` are used to display the current system time. 
 The displayed format can be modified with placeholders shown below. 
 See also the CoDeSys Online Help under 
-https://help.codesys.com/webapp/_visu_placeholder_with_formatting_sequence_in_a_string;product=core_visualization;version=3.5.14.0
+https://content.helpme-codesys.com/en/CODESYS%20Visualization/_visu_placeholder_with_formatting_sequence_in_a_string.html

 Placeholder  | Date and time formats
   ------------- | -------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">celberfeld</dc:creator><pubDate>Wed, 31 Jan 2024 15:42:00 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comb80aea981df4d4e2f7d00f72bdb4717b38179727</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/date-and-time/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,10 +2,10 @@

 [TOC]

-#Date and Time
+# Date and Time
 The example shows how to use the date and time functions of the ``SysTime`` and ``Util`` libraries.

-##Product description
+## Product description
 The project contains examples on the following topics:

  - Reading timer tick values since system startup 
@@ -13,7 +13,7 @@
  - Convert UTC time to local time
  - Local time and time zone operations 

-##More information
+## More information
 In the visualization placeholders e.g. ``"%t[ddd MMM dd.MM.yyyy HH:mm:ss]"`` are used to display the current system time. 
 The displayed format can be modified with placeholders shown below. 
 See also the CoDeSys Online Help under 
@@ -45,4 +45,11 @@
 tt    | "AM/PM" identifier for 12-hours format: "AM" for hours &amp;lt; 12, "PM" for hours &amp;gt; 12, e.g. "AM" for 9 o'clock in the morning
 ' '   | Text strings containing one of the placeholders listed above must be put in single quotation marks; all other text within the format string can be used without quotation marks. e.g. 'update' because of "d" and "t"

+## System requirements and restrictions
+|System requirements and restrictions  | Info|
+| --- | ----------- |
+|**Programming System**                | CODESYS Development System Version 3.5.14.0 or higher|
+|**Runtime System**                    | CODESYS Control Version 3.5.14.0|
+|**Required Accessories**              | -|
+
 [[project_screenshots]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Mon, 28 Sep 2020 10:57:59 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com11739801601921009d51cd815a37ebd9d7565bba</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/date-and-time/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,4 @@
-[[download url= label=project]]
+[[download url=https://forge.codesys.com/svn/prj,codesys-example,date-and-time,code/DateTimeUtilities.project label=project]]

 [TOC]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Tue, 22 Sep 2020 15:19:46 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com80c510ea182a9ac39d12140035cfaad093af0b7d</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/date-and-time/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,48 @@
-Welcome to your wiki!
+[[download url= label=project]]

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+[TOC]

-The wiki uses [Markdown](/prj/codesys-example/date-and-time/home/markdown_syntax/) syntax.
+#Date and Time
+The example shows how to use the date and time functions of the ``SysTime`` and ``Util`` libraries.

-[[members limit=20]]
+##Product description
+The project contains examples on the following topics:
+
+ - Reading timer tick values since system startup 
+ - Read UTC time
+ - Convert UTC time to local time
+ - Local time and time zone operations 
+
+##More information
+In the visualization placeholders e.g. ``"%t[ddd MMM dd.MM.yyyy HH:mm:ss]"`` are used to display the current system time. 
+The displayed format can be modified with placeholders shown below. 
+See also the CoDeSys Online Help under 
+https://help.codesys.com/webapp/_visu_placeholder_with_formatting_sequence_in_a_string;product=core_visualization;version=3.5.14.0
+
+Placeholder  | Date and time formats
+  ------------- | -------------
+ddd   | Name of weekday, abbreviated, e.g. "Wed"
+dddd  | Name of weekday, e.g. "Wednesday"
+ddddd | Weekday as decimal number (0-6, Sunday is 0)
+MMM   | Name of month, abbreviated, e.g. "Feb"
+MMMM  | Name of month, e.g. "February"
+d     | Day of month as number (1-31), e.g. "8"
+dd    | Day of month as number (01-31), e.g. "08"
+M     | Month as number (1-12), e.g. "4"
+MM    | Month as number (01-12), e.g. "04"
+jjj   | Day of the year as number (001-366), e.g. "067"
+y     | Year without specification of century (0-99), e.g."9"
+yy    | Year without specification of century (00-99), e.g. "09"
+yyy   | Year with specification of century, e.g. "2009"
+HH    | Hour, 24-hours format (01-24), e.g. "16"
+hh    | Hour, 12-hours format (01-12), e.g. "4" for 16 o'clock
+m     | Minutes (0-59), without preceded zero, e.g. "6"
+mm    | Minutes (00-59), with preceded zero, e.g. "06"
+s     | Seconds (0-59), without preceded zero, e.g. "6"
+ss    | Seconds (00-59), with preceded zero, e.g. "06"
+ms    | Milliseconds (0-999), without preceded zero, e.g. "322"
+t     | "A/P" identifier for 12-hours format: "A" for hours &amp;lt; 12, "P" for hours &amp;gt; 12; e.g. "A" for 9 o'clock in the morning
+tt    | "AM/PM" identifier for 12-hours format: "AM" for hours &amp;lt; 12, "PM" for hours &amp;gt; 12, e.g. "AM" for 9 o'clock in the morning
+' '   | Text strings containing one of the placeholders listed above must be put in single quotation marks; all other text within the format string can be used without quotation marks. e.g. 'update' because of "d" and "t"
+
+[[project_screenshots]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Tue, 22 Sep 2020 15:11:01 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com7ad72d9920d5d9df6d0154109c2117f2b034e1b4</guid></item><item><title>Home modified by mlamp</title><link>https://forge.codesys.com/prj/codesys-example/date-and-time/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/prj/codesys-example/date-and-time/home/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/ingo/"&gt;Ingo&lt;/a&gt; (admin)&lt;/li&gt;&lt;li&gt;&lt;a href="/u/mlamp/"&gt;mlamp&lt;/a&gt; (admin)&lt;/li&gt;&lt;li&gt;&lt;a href="/u/robert/"&gt;robert&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mlamp</dc:creator><pubDate>Tue, 22 Sep 2020 14:46:43 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comc60529287ac2de82e5110a4493212713631b683c</guid></item></channel></rss>