Oct 28, 2004 #1 Michael42 Programmer Oct 8, 2001 1,454 US Hello, I think I am stumped on this one. How can I: 1. Set the current date in the format yyyymmdd to a variable? 2. Set the (current date - 10 days) to a variable? Thanks very much for your advise, Michael42
Hello, I think I am stumped on this one. How can I: 1. Set the current date in the format yyyymmdd to a variable? 2. Set the (current date - 10 days) to a variable? Thanks very much for your advise, Michael42
Oct 28, 2004 #2 PHV MIS Nov 8, 2002 53,708 FR Take a look here: http://www.tek-tips.com/faqs.cfm?fid=4802 Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244 Upvote 0 Downvote
Take a look here: http://www.tek-tips.com/faqs.cfm?fid=4802 Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
Oct 28, 2004 #3 BryanY MIS Aug 18, 2001 54 US That's interesting. I have a slight variation on the question. How would i bring up the date from exactly a month previous? Upvote 0 Downvote
That's interesting. I have a slight variation on the question. How would i bring up the date from exactly a month previous?
Oct 29, 2004 #4 perda04 Technical User Mar 13, 2003 13 US WilliamRobertson did fine work on this here http://www.williamrobertson.pwp.blueyonder.co.uk/code/shift_date.awk.txt As mentioned here http://www.computing.net/unix/wwwboard/forum/6225.html Upvote 0 Downvote
WilliamRobertson did fine work on this here http://www.williamrobertson.pwp.blueyonder.co.uk/code/shift_date.awk.txt As mentioned here http://www.computing.net/unix/wwwboard/forum/6225.html
Oct 29, 2004 #5 olded Programmer Oct 27, 1998 1,065 US In fact, I like Robertson's work so much, I asked him to expound on it: http://www.unixreview.com/documents/s=1344/ur0401d/ Upvote 0 Downvote
In fact, I like Robertson's work so much, I asked him to expound on it: http://www.unixreview.com/documents/s=1344/ur0401d/