![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| convert date format YYYYMMDD to MM/DD/YYYY | nasirgondal | Shell Programming and Scripting | 8 | 04-08-2009 11:56 AM |
| Change Date from dd-mmm-yyyy to mm/dd/yyyy | stringzz | Shell Programming and Scripting | 9 | 09-15-2008 11:09 AM |
| how to convert the string YYYYMMDD into YYYY.MM.DD | spatra | UNIX for Dummies Questions & Answers | 1 | 07-23-2008 08:18 AM |
| Convert filenames with DDMMYYYY to YYYYMMDD | cbo0485 | Shell Programming and Scripting | 10 | 04-24-2008 01:48 PM |
| To convert the numeric month into alphabetic | rooh | UNIX for Dummies Questions & Answers | 2 | 08-20-2001 04:20 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How to convert DDMMYYYY to DD MONTH YYYY in Unix
Hi
I am having date as a string in DDMMYYYY format(07082008) in a variable say cdate. I want to Convert it into DD Month YYYY format(7 August 2008). Could someone help. Thanks in Advance. |
|
|||||
|
Check some threads below in here:
convert date format YYYYMMDD to MM/DD/YYYY There are some ideas in there. Maybe you just add something like to convert the month's number, when separated by awk/substr, with the 3 characters you need. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|