summaryrefslogtreecommitdiffstats
path: root/src/models
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-12-24 07:45:23 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-12-24 07:45:23 +0100
commit25c38fcc89d68ba81384bc3e38368ea1b629e18f (patch)
tree9fd93997476abf51d3cde9231f6c669ac17039b1 /src/models
parent620e8297bc86aa29b539ecde38dbfa35bacb8a83 (diff)
Deathdate force
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/models')
-rw-r--r--src/models/rfcProps.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/rfcProps.js b/src/models/rfcProps.js
index 3a21b250..0258d9b1 100644
--- a/src/models/rfcProps.js
+++ b/src/models/rfcProps.js
@@ -105,6 +105,7 @@ const properties = {
deathdate: {
readableName: t('contacts', 'Date of death'),
icon: 'icon-calendar-dark',
+ force: 'date',
defaultValue: {
value: new VCardTime().fromJSDate(new Date())
}