Example #1
0
 /**
  * Returns PHP time integer from BillForward's UTC ISO8601 string.
  * @deprecated
  * @see Bf_Util::makeUTCTimeFromBillForwardDate()
  * 
  * @param string The BillForward-formatted time (Example: '2015-04-23T17:13:37Z')
  * @return int The timestamp
  */
 public static function makeUTCTimeFromBillForwardDate($date)
 {
     return Bf_Util::makeUTCTimeFromBillForwardDate($date);
 }