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