	
	_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_N_o_v_8_9", "_2_8_J_u_l_5_4", _e_t_c.
	
	     date.ddmmmyy(sdate)
	
	_A_r_g_u_m_e_n_t_s:
	
	        sdate:
	     A vector of Julian dates, e.g., as returned by the
	     mdy.date function.
	
	     Value:
	
	     A vector of character strings containing the formatted
	     dates.
	
	     mdy.date, date.mdy
	
