<?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: Date one week from today in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878485#M937685</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#date +%d-%M-%Y&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm not sure about month a year format, but use "man date" to review date options and correct them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 09 Jan 2003 21:08:06 GMT</pubDate>
    <dc:creator>Jose Mosquera</dc:creator>
    <dc:date>2003-01-09T21:08:06Z</dc:date>
    <item>
      <title>Date one week from today</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878482#M937682</link>
      <description>Hello experts,&lt;BR /&gt;&lt;BR /&gt;Is there a way to print the date one week from the current date in the form "16-January-2003". I can't seem to make the date command do anything but the current date.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any help,&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 09 Jan 2003 21:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878482#M937682</guid>
      <dc:creator>Stephen Taylor_1</dc:creator>
      <dc:date>2003-01-09T21:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date one week from today</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878483#M937683</link>
      <description>Actually this is quite easy with the date (now where's your nail?) hammer, caljd.sh.&lt;BR /&gt;&lt;BR /&gt;DT7=$(caljd.sh -O -e -S "-" $(caljd.sh -n 7))&lt;BR /&gt;echo "Date: ${DT7}"&lt;BR /&gt;&lt;BR /&gt;Invoke caljd.sh -u for full usage.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jan 2003 21:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878483#M937683</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-01-09T21:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date one week from today</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878484#M937684</link>
      <description>If you had rather use Perl then here's caljd.pl; the arguments are identical.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jan 2003 21:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878484#M937684</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-01-09T21:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date one week from today</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878485#M937685</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#date +%d-%M-%Y&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm not sure about month a year format, but use "man date" to review date options and correct them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jan 2003 21:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878485#M937685</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-01-09T21:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Date one week from today</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878486#M937686</link>
      <description>Hi A. Clay,&lt;BR /&gt;&lt;BR /&gt;You script worked great. I also needed to output the month names in Spanish so I made a copy of your script and found where you defined the months and changed it. It works great too.&lt;BR /&gt;&lt;BR /&gt;Jose,&lt;BR /&gt;&lt;BR /&gt;I still could get date to work on anything but today's date.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks again, &lt;BR /&gt;Steve</description>
      <pubDate>Thu, 09 Jan 2003 22:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878486#M937686</guid>
      <dc:creator>Stephen Taylor_1</dc:creator>
      <dc:date>2003-01-09T22:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Date one week from today</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878487#M937687</link>
      <description>Steve, Steve, Steve, ...&lt;BR /&gt;&lt;BR /&gt;You didn't need to make a copy&lt;BR /&gt;of caljd.sh to make it habla espanol. Did you bother to do a caljd.sh -u? All you needed to do was set and export LANG to enable NLS support.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;export LANG=es_ES.iso88591 SP_DT7=$(caljd.sh -O -e -S "-" $(caljd.sh -n 7)) &lt;BR /&gt;echo "Date: ${SP_DT7}"&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Do a locale -a to list all available locales.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jan 2003 22:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878487#M937687</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-01-09T22:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Date one week from today</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878488#M937688</link>
      <description>Hi A. Clay,&lt;BR /&gt;&lt;BR /&gt;You sure know how to make a guy feel stupid. I promise I will read the usage messages from now on!!&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 09 Jan 2003 22:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-one-week-from-today/m-p/2878488#M937688</guid>
      <dc:creator>Stephen Taylor_1</dc:creator>
      <dc:date>2003-01-09T22:58:33Z</dc:date>
    </item>
  </channel>
</rss>

