<?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 Setting Date Format in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-date-format/m-p/2526110#M24372</link>
    <description>How do I Change the date format from mm/dd/yyyy to dd/mm/yy(European Format) in my server HPUX 11 without rebooting</description>
    <pubDate>Tue, 08 May 2001 22:14:50 GMT</pubDate>
    <dc:creator>Kennedy_1</dc:creator>
    <dc:date>2001-05-08T22:14:50Z</dc:date>
    <item>
      <title>Setting Date Format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-date-format/m-p/2526110#M24372</link>
      <description>How do I Change the date format from mm/dd/yyyy to dd/mm/yy(European Format) in my server HPUX 11 without rebooting</description>
      <pubDate>Tue, 08 May 2001 22:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-date-format/m-p/2526110#M24372</guid>
      <dc:creator>Kennedy_1</dc:creator>
      <dc:date>2001-05-08T22:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Date Format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-date-format/m-p/2526111#M24373</link>
      <description>Hi,&lt;BR /&gt;Your question isn't very specific so I'm not sure if you are trying to do this a a system-wide sense or a local sense. Here goes:&lt;BR /&gt;If all you want is to format a date command,&lt;BR /&gt;date '+%d/%m/%y' will do it.&lt;BR /&gt;If you are looking for a more general answer then you will need to set and export the LANG variable. (man date, locale to get started)&lt;BR /&gt;&lt;BR /&gt;try this as an example:&lt;BR /&gt;do a date command and note the format&lt;BR /&gt;now export LANG="en_GB.roman8"&lt;BR /&gt;and date again.&lt;BR /&gt;&lt;BR /&gt;Note: Application programs are not guaranteed to properly use the locale; they should but again no guaratee's.&lt;BR /&gt;&lt;BR /&gt;Hope this gets you started, Clay&lt;BR /&gt;</description>
      <pubDate>Tue, 08 May 2001 23:58:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-date-format/m-p/2526111#M24373</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-08T23:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Date Format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-date-format/m-p/2526112#M24374</link>
      <description>date [-u] [mmddhhmm[[cc]yy]]mm   &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 May 2001 09:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-date-format/m-p/2526112#M24374</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-09T09:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Date Format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-date-format/m-p/2526113#M24375</link>
      <description>In my case Im doing a testing. I want to check if this software works fin even if the date format is set to european format.From your reply I can see the difference whe I echo date. Also how do I reset to the US Date Format&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 09 May 2001 14:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-date-format/m-p/2526113#M24375</guid>
      <dc:creator>Kennedy_1</dc:creator>
      <dc:date>2001-05-09T14:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Date Format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-date-format/m-p/2526114#M24376</link>
      <description>Hi,&lt;BR /&gt;You can simply do an unset LANG and the default behavior will kick in.&lt;BR /&gt;&lt;BR /&gt;Bear in mind, if you set LANG and export,  that only this shell and its child processes.&lt;BR /&gt;This is not a system-wide change; anything you do is safe.&lt;BR /&gt;&lt;BR /&gt;Clay&lt;BR /&gt;</description>
      <pubDate>Wed, 09 May 2001 14:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-date-format/m-p/2526114#M24376</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-09T14:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Date Format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-date-format/m-p/2526115#M24377</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;To reset LANG to its default, do:&lt;BR /&gt;&lt;BR /&gt;# export LANG=POSIX&lt;BR /&gt;&lt;BR /&gt;To see other options, do:&lt;BR /&gt;&lt;BR /&gt;# locale -a&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 09 May 2001 14:10:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-date-format/m-p/2526115#M24377</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-05-09T14:10:12Z</dc:date>
    </item>
  </channel>
</rss>

