Setup the correct weekday script

Setup the correct weekday script

#
# Set up the date correct weekday
#
today=`/bin/date +%w`
today_name=`/bin/date +%a`
today_monthday=`/bin/date +%b%d`