This commit is contained in:
@@ -214,6 +214,9 @@ Vue.prototype.$ay = {
|
||||
},
|
||||
dt: function(timestamp) {
|
||||
return locale.utcDateToShortDateAndTimeLocalized(timestamp);
|
||||
},
|
||||
sd: function(timestamp) {
|
||||
return locale.utcDateToShortDateLocalized(timestamp);
|
||||
}
|
||||
};
|
||||
new Vue({
|
||||
|
||||
Reference in New Issue
Block a user