	
	_F_o_r_m_a_t _a _J_u_l_i_a_n _d_a_t_e _G_i_v_e_n _a _v_e_c_t_o_r _o_f _J_u_l_i_a_n _d_a_t_e_s, _t_h_i_s
	_r_e_t_u_r_n_s _t_h_e_m _i_n _t_h_e _f_o_r_m "_1_0/_1_1/_1_9_8_9", "_2_8/_7/_1_8_5_4", _e_t_c.
	
	     date.mmddyyyy(sdate, sep="/")
	
	_A_r_g_u_m_e_n_t_s:
	
	        sdate:
	     A vector of Julian dates, e.g., as returned by the
	     mdy.date function.
	
	          sep:
	     Character string used to separate the month, day, and
	     year portions of the returned string.
	
	     Value:
	
	     A vector of character strings containing the formatted
	     dates.
	
	     date.mdy, mdy.date, date.ddmmmyy
	
