minimum date #4782
Unanswered
virajkoffeekodes
asked this question in
Q&A
minimum date
#4782
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i want a minimum date to be month ago in this code mindate={
returnDate === null
? new DateObject().subtract(30, "days")
: returnDate?.sales_date
} it is not working
can you plz help me in this by giving me solution for this or any better idia for this
Beta Was this translation helpful? Give feedback.
All reactions