<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic DateTime in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/DateTime/m-p/293256#M9976</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Is it possible to script IF TIME IS PAST 2400 AND LESS THEN 0600 PRINT "GO TO BED" ??&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 26 Aug 2015 20:20:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-26T20:20:00Z</dc:date>
    <item>
      <title>DateTime</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DateTime/m-p/293256#M9976</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Is it possible to script IF TIME IS PAST 2400 AND LESS THEN 0600 PRINT "GO TO BED" ??&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Aug 2015 20:20:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DateTime/m-p/293256#M9976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-26T20:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: DateTime</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/DateTime/m-p/293257#M9977</link>
      <description>It is but you will never have a situation when the time is after 2400.&lt;BR /&gt;
You will only have to look for time less than 0600.&lt;BR /&gt;

&lt;PRE&gt;dstr = ""
ch = OPEN ("DateTime", "", "%H")	!!get hours from date/time add-on
n = INPUT (ch, "", "", dstr)
CLOSE (ch)

n = SPLIT(dstr, "%n", num)	!!convert string to number

if num &amp;lt; 6 then
PRINT "Go to bed!"
endif
&lt;/PRE&gt;

Barry.</description>
      <pubDate>Thu, 27 Aug 2015 00:58:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/DateTime/m-p/293257#M9977</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2015-08-27T00:58:55Z</dc:date>
    </item>
  </channel>
</rss>

