midnightStandard          package:fCalendar          R Documentation

_M_i_d_n_i_g_h_t _S_t_a_n_d_a_r_d

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

     Corrects 'timeDate' objects if they do not fulfill the ISO8601
     midnigth standard.

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

     midnightStandard(charvec, format)  

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

 charvec: a character string or vector of dates and times. 

  format: the format specification of the input character vector. 

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

     returns a 'timeDate' object.

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

     ## midnightStandard -  
        midnightStandard("2007-12-31 24:00")

