whichFormat            package:fCalendar            R Documentation

_F_o_r_m_a_t _R_e_c_o_g_n_a_t_i_o_n

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

     Trys to recognize the date/time format.

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

     whichFormat(charvec, silent = FALSE)  

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

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

  silent: a logical flag. Should a warning be printed if the format
          cannot be recognized? 

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

     returns a format string.

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

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

