tojulian                 package:ALL                 R Documentation

_C_o_n_v_e_r_t _C_a_l_e_n_d_a_r _D_a_t_e _t_o _J_u_l_i_a_n _T_i_m_e

_D_e_s_c_r_i_p_t_i_o_n:

     Convert Calendar Date in the form of "%m/%d/%Y" to Julian time,
     number of days since 1970-01-01 in the time zone of "GMT".

_U_s_a_g_e:

     tojulian(x)

_A_r_g_u_m_e_n_t_s:

       x: Date to convert

_A_u_t_h_o_r(_s):

     Robert Gentleman

_E_x_a_m_p_l_e_s:

     ds <- tojulian(c("4/8/2000", "4/30/2000"))
     ds[2]-ds[1]

