Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Date Conversion
Name: JeffB Date: February 1, 2006 at 12:18:03 Pacific OS: Unix AIX 4.3 CPU/Ram: P660
Comment:
I need to yank a line from a file (the line is and will always be #9), convert the date and place it back in the file. The date format is listed initially as: 'YYYY-MM-DD HH24:MI:SS' and it needs to be converted to: 'HH:MI:SS AM MM/DD/YY'. I need to make this change in a ksh .sh script. Thanks!
Summary: Hi: We've discussed Scaliger's Julian Date conversions in this thread before. Take a look at: http://computing.net/unix/wwwboard/forum/4843.html http://computing.net/unix/wwwboard/forum/5223.html Reg...
Summary: I have converted a given date to julian date, done some calculations (add, subtract,etc)and have converted the result back to gregorian date - but I can not figure out how to split the result back int...
Summary: I want to convert date passed as a variable in the format 'DD-MON-YY' i.e., '31-JUL-08' to 'YYYYMMDD' format '20080731' . Someone gimme a single line command. Anybody here, help...! TIA TIA Covina...