The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: date format
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 01-25-2008
ali560045's Avatar
ali560045 ali560045 is offline
Registered User
  
 

Join Date: Oct 2007
Posts: 328
date format

i have a date format like this for example

24JAN2008

a=`date+"%d%b%Y"`--------this gives me date format 24Jan2008.

i want Jan and not JAN and likewise...this is just an example.....likewise there are so many months in caps .......

help me in this