Hey all,
On Solaris 8 I have been getting the day of the month using the below:
This works with days with two digits but does not seem to work with days with only one digit (like today 11/1/05).
What can you recommend?
Thanks,
Michael42
On Solaris 8 I have been getting the day of the month using the below:
Code:
DAY=`date | cut -d ' ' -f3`
This works with days with two digits but does not seem to work with days with only one digit (like today 11/1/05).
What can you recommend?
Thanks,
Michael42