diff --git a/src/components/common/VnInputDate.vue b/src/components/common/VnInputDate.vue
index ff1dfb2fb..d090a2809 100644
--- a/src/components/common/VnInputDate.vue
+++ b/src/components/common/VnInputDate.vue
@@ -52,10 +52,6 @@ const styleAttrs = computed(() => {
}
: {};
});
-function maxDate(date) {
- const today = formatDate(new Date());
- return date <= today;
-}
@@ -76,6 +72,23 @@ function maxDate(date) {
>
+
+
+
+
+
+