ISO8601Standard          package:fCalendar          R Documentation

_S_u_m_m_a_r_y _o_f _I_S_O_8_6_0_1 _S_t_a_n_d_a_r_d

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

     A summary and description how Rmetrics uses the ISO8601 standard. 

       'isISO8601'  test if the time/date is ISO8601 formatted.

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

     isISO8601(x)

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

       x: an object of class 'timeDate'. 

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

     'isISO8601' 
      returns 'TRUE' if 'x' is ISO8601 formated, i.e. as '"%Y-%m-%d
     %H:%M:%S"', as '"%Y-%m-%d"', as '"%Y%m%d%H%M%S"', or as
     '"%Y%m%d"'.  

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

     Diethelm Wuertz for this summary.

