day (1) --- day of week 03/20/80 _U_s_a_g_e day [
| /
| /
/ ] _D_e_s_c_r_i_p_t_i_o_n 'Day' prints the name of the day of the week (e.g. Monday, Tuesday, Wednesday, etc.) on standard output one. The name is printed in lower case with the first character capitalized. Should no arguments be given, the name of the current day is printed. Optionally, a day in the current month, in a different month but the current year, or in a different month and year may be given as an argument, and the day associated with that date will be printed. _E_x_a_m_p_l_e_s day echo Today is [day] [date] day 30 day 01/01/99 _B_u_g_s Argument format restricts usefulness to the Twentieth century. _S_e_e _A_l_s_o date (1), time (1), date (2) day (1) - 1 - day (1)