The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 09-29-2007
epall epall is offline
Registered User
 

Join Date: May 2006
Posts: 18
Alternative of format date in HP unix

HI,

Does anyone know how the alternative way to format date to 'Jul07' in UNIX-HP . I found HP Unix does not support date -d....

---------------------------------------------------------------
trxStartYear=2007
mthKey0=07
trxDay=20

key=`date -d ${trxStartYear}${mthKey0}${trxDay} +%b%y`
---------
Reply With Quote
Forum Sponsor