datetime              package:cwhstring              R Documentation

_S_h_o_w _d_a_t_e _a_n_d _t_i_m_e _i_n _I_S_O _f_o_r_m_a_t

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

     'datetime()' outputs date and time in ISO format

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

     datetime(); mydate(); mytime()

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

     none

_V_a_l_u_e:

     character string

_N_o_t_e:

     These functions are implemented using POSIX

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

     Christian W. Hoffmann, christian.hoffmann@wsl.ch, <URL:
     http://www.wsl.ch/staff/christian.hoffmann>

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

     datetime()  #[1] "2001-02-07, 15:24:51"
     mydate()    #[1] "2001-02-07"
     mytime()    #[1] "15:24:12"

