Use ISO date format because I'm opinionated

This commit is contained in:
Jakob Borg
2014-08-25 15:53:32 +02:00
parent 00b662b53a
commit 5f47a8149f
3 changed files with 3 additions and 9 deletions

View File

@@ -1059,12 +1059,6 @@ syncthing.filter('clean', function () {
};
});
syncthing.filter('asDate', function() {
return function (input) {
return new Date(input);
}
})
syncthing.directive('optionEditor', function () {
return {
restrict: 'C',