Skip to content

Commit

Permalink
Update Date format to localize date
Browse files Browse the repository at this point in the history
  • Loading branch information
GunniBusch authored Apr 14, 2024
1 parent ff8a0b8 commit 1cc0ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Order/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Invoice
use FormatsAmount;

const DEFAULT_VIEW = 'cashier::receipt';
const DEFAULT_DATE_FORMAT = 'MMM D, Y';
const DEFAULT_DATE_FORMAT = 'LLL';

/**
* The invoice id. Also know as "reference".
Expand Down

0 comments on commit 1cc0ad2

Please sign in to comment.