Skip to content

Commit

Permalink
Merge pull request #535 from setkyar/patch-1
Browse files Browse the repository at this point in the history
[3.0] Make Year of readableTimestamp more readable
  • Loading branch information
taylorotwell authored Mar 1, 2019
2 parents 8bd8ad1 + c36e91d commit 8ac2044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default {
* Convert to human readable timestamp.
*/
readableTimestamp(timestamp){
return this.formatDate(timestamp).format('YY-MM-DD HH:mm:ss');
return this.formatDate(timestamp).format('YYYY-MM-DD HH:mm:ss');
},


Expand Down

0 comments on commit 8ac2044

Please sign in to comment.