diff --git a/apps/files_sharing/js/dist/files_sharing_tab.js b/apps/files_sharing/js/dist/files_sharing_tab.js
index 2a1169a815b262557b9f5000c950fad8328516c5..d221748ffa822b90c744db9fe188bad5b736605d 100644
Binary files a/apps/files_sharing/js/dist/files_sharing_tab.js and b/apps/files_sharing/js/dist/files_sharing_tab.js differ
diff --git a/apps/files_sharing/js/dist/files_sharing_tab.js.map b/apps/files_sharing/js/dist/files_sharing_tab.js.map
index c2cb00f16c70d1ed88a77ad2c6effd9e687b963b..6849ee8cc64f2faaa6691887f3986432aa1d6220 100644
Binary files a/apps/files_sharing/js/dist/files_sharing_tab.js.map and b/apps/files_sharing/js/dist/files_sharing_tab.js.map differ
diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue
index 1daec4be4794b66f9383bf17cccd4c02f018e065..e3f7497181f429cf7fafe19c70b591e1ba34b7bc 100644
--- a/apps/files_sharing/src/components/SharingEntry.vue
+++ b/apps/files_sharing/src/components/SharingEntry.vue
@@ -92,6 +92,7 @@
 					:first-day-of-week="firstDay"
 					:lang="lang"
 					:value="share.expireDate"
+					value-type="format"
 					icon="icon-calendar-dark"
 					type="date"
 					:not-before="dateTomorrow"
diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue
index c7771cc8104d3416f22089f468efb47d42940b93..5e15db166856bab2434a8b5c8eb528b5dd8e01b8 100644
--- a/apps/files_sharing/src/components/SharingEntryLink.vue
+++ b/apps/files_sharing/src/components/SharingEntryLink.vue
@@ -104,6 +104,7 @@
 				:lang="lang"
 				icon=""
 				type="date"
+				value-type="format"
 				:not-before="dateTomorrow"
 				:not-after="dateMaxEnforced">
 				<!-- let's not submit when picked, the user
@@ -227,6 +228,7 @@
 						:first-day-of-week="firstDay"
 						:lang="lang"
 						:value="share.expireDate"
+						value-type="format"
 						icon="icon-calendar-dark"
 						type="date"
 						:not-before="dateTomorrow"