Selection the next day
Hello, I cannot configure that automatically the shifts are enabled from the day after today.
Example if today is May 4, I want it to only allow the next day onwards. I tried the code default_date = "+ 1d" and it didn't work Thank you.
Example if today is May 4, I want it to only allow the next day onwards. I tried the code default_date = "+ 1d" and it didn't work Thank you.
2 Answers
Best Answer
Thanks! work fine [ea_bootstrap default_date \"+1d\" min_date=”+1d”]
[ea_bootstrap default_date "+1d" min_date=”+1d”]
Hi, can you please try to remove whitespace from that example so
+1d
.
Best regards,
Nikolastill not working
I did it like this
[ea_bootstrap worker="1" location="1" service="1" default_date "+1d"]
Hi, sorry I didn’t understand. You need also this next to default_date so put also there min_date=”+1d”
Best regards,
Nikola
Please login or Register to submit your answer