Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Show date in 24h format
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Aug 15, 2019
1 parent 238077b commit 6810a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/filters/format-date.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Vue.filter('formatDate', function(value, passedFormat) {
if (value) {
var format = 'YYYY/MM/DD hh:mma';
var format = 'YYYY/MM/DD HH:mm';

if (passedFormat) {
format = passedFormat;
Expand Down

0 comments on commit 6810a41

Please sign in to comment.