birthdays


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting birthdays
# 1  
Old 04-15-2002
birthdays

Hi,

I'm trying to write a script so that people can input their birthday in a day/ month/ year format and i was wondering if its possible or maybe easier to do it using:

date '+%w' ?
# 2  
Old 04-15-2002
Have a look at the date command. Do a "man date" to see the options for date reformatting.
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question