mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
org settings and billing
This commit is contained in:
8
src/app/filters/jsonDateFilter.js
Normal file
8
src/app/filters/jsonDateFilter.js
Normal file
@@ -0,0 +1,8 @@
|
||||
angular
|
||||
.module('bit.filters')
|
||||
|
||||
.filter('jsonDate', function () {
|
||||
return function (input) {
|
||||
return input.split('T').join(' ');
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user