Example #1
0
 /**
  * Get Payment Date
  *
  * @return string
  */
 public function getPaymentDate()
 {
     return Functions::dateTimeToJulianFormat($this->paymentDate);
 }
Example #2
0
 /**
  * Get File Creation Date
  *
  * @return string
  */
 public function getFileCreationDate()
 {
     return Functions::dateTimeToJulianFormat($this->fileCreationDate);
 }