date.mmddyyyy package:survival R Documentation _F_o_r_m_a_t _a _J_u_l_i_a_n _d_a_t_e _D_e_s_c_r_i_p_t_i_o_n: Given a vector of Julian dates, this returns them in the form ``10/11/1989'', ``28/7/1854'', etc. _U_s_a_g_e: date.mmddyyyy(sdate, sep = "/") _A_r_g_u_m_e_n_t_s: sdate: A vector of Julian dates, e.g., as returned by 'mdy.date()'. sep: Character string used to separate the month, day, and year portions of the returned string. _V_a_l_u_e: A vector of character strings containing the formatted dates. _S_e_e _A_l_s_o: 'date.mdy', 'mdy.date', 'date.ddmmmyy' _E_x_a_m_p_l_e_s: date.mmddyyyy(as.date(1:10))