daterange
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
<div class="row bill-details">
|
||||
<div class="col">
|
||||
<p><strong>Bill Number:</strong> <?php echo $Purchase->purchase_id; ?></p>
|
||||
<p><strong>Date:</strong> <?php echo myDate($Purchase->purchase_date); ?></p>
|
||||
<p><strong>Date:</strong> <?php echo dbDate($Purchase->purchase_date); ?></p>
|
||||
<p><strong>Vendor:</strong> <?php echo $this->myaccounts->getAccountDetails($Purchase->accounts_id)->account_name; ?></p>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user