Skip to content

Commit

Permalink
fix: dates are now correctly displayed in the tables
Browse files Browse the repository at this point in the history
fixes #1002
  • Loading branch information
kirtijadhav authored Oct 1, 2021
1 parent f27cf22 commit 6ff2147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ViewComponent } from "../view-component";
template: `{{ entity[property] | date: format }}`,
})
export class DisplayDateComponent extends ViewComponent {
format = "YYYY-MM-dd";
format = "yyyy-MM-dd";

onInitFromDynamicConfig(config: ViewPropertyConfig) {
super.onInitFromDynamicConfig(config);
Expand Down

0 comments on commit 6ff2147

Please sign in to comment.