<?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 Re: dates in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dates/m-p/4523311#M367322</link>
    <description>Manuales,&lt;BR /&gt;&lt;BR /&gt;Check few links: Hope this helps,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.unix.com/shell-programming-scripting/78840-help-needed-calculate-previous-date.html" target="_blank"&gt;http://www.unix.com/shell-programming-scripting/78840-help-needed-calculate-previous-date.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?&amp;amp;threadId=1089955" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?&amp;amp;threadId=1089955&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1341724" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1341724&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=999646" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=999646&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Date calculation program:&lt;BR /&gt;&lt;A href="http://www.unix.com/shell-programming-scripting/29685-date-calculation-script.html" target="_blank"&gt;http://www.unix.com/shell-programming-scripting/29685-date-calculation-script.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hth,&lt;BR /&gt;Raj.</description>
    <pubDate>Wed, 28 Oct 2009 20:56:37 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2009-10-28T20:56:37Z</dc:date>
    <item>
      <title>dates</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dates/m-p/4523308#M367319</link>
      <description>How can i get the "date" 5 days ago? &lt;BR /&gt;if today is Friday Nov 3 and i need to know day of 5 days ago? &lt;BR /&gt;&lt;BR /&gt;can i do operations among dates?&lt;BR /&gt;&lt;BR /&gt;nov 3 - (5 days) = october 30&lt;BR /&gt;&lt;BR /&gt;how can i do that, please let me know</description>
      <pubDate>Wed, 28 Oct 2009 19:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dates/m-p/4523308#M367319</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2009-10-28T19:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: dates</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dates/m-p/4523309#M367320</link>
      <description>Refer to A. Clay Stevenson's script 'Date Hammer' which is found at the bottom of this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;</description>
      <pubDate>Wed, 28 Oct 2009 20:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dates/m-p/4523309#M367320</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-10-28T20:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: dates</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dates/m-p/4523310#M367321</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;Use Perl;&lt;BR /&gt;&lt;BR /&gt;# perl -MPOSIX -le '$ago=shift||0;print strftime "%d-%b-%y",localtime(time-(60*60*24*$ago))' 5&lt;BR /&gt;&lt;BR /&gt;23-Oct-09&lt;BR /&gt;&lt;BR /&gt;You can use the same formatting directives to the strftime() function that you would use with the 'date' command.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 28 Oct 2009 20:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dates/m-p/4523310#M367321</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-10-28T20:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: dates</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dates/m-p/4523311#M367322</link>
      <description>Manuales,&lt;BR /&gt;&lt;BR /&gt;Check few links: Hope this helps,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.unix.com/shell-programming-scripting/78840-help-needed-calculate-previous-date.html" target="_blank"&gt;http://www.unix.com/shell-programming-scripting/78840-help-needed-calculate-previous-date.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?&amp;amp;threadId=1089955" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?&amp;amp;threadId=1089955&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1341724" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1341724&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=999646" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=999646&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Date calculation program:&lt;BR /&gt;&lt;A href="http://www.unix.com/shell-programming-scripting/29685-date-calculation-script.html" target="_blank"&gt;http://www.unix.com/shell-programming-scripting/29685-date-calculation-script.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 28 Oct 2009 20:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dates/m-p/4523311#M367322</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2009-10-28T20:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: dates</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dates/m-p/4523312#M367323</link>
      <description>Hello,&lt;BR /&gt;caldj.sh -p5 -I -D&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Thu, 29 Oct 2009 07:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dates/m-p/4523312#M367323</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2009-10-29T07:48:06Z</dc:date>
    </item>
  </channel>
</rss>

