/**
  * Alias for the datetotimestamp method. Deprecated.
  * @see CopixI18N::dateToTimestamp
  * @deprecated
  */
 function dateToBD($date, $separator = '/')
 {
     return CopixI18N::dateToTimestamp($date, $separator);
 }