function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Deepak Tumkur ShivanandaiahDeepak Tumkur Shivanandaiah 

Multi select calendar or Something like that.

Hey,
Here is the requirement.. Its big bear with me..

This is for a food delivery app which is coded with salesforce in the back. The user of the app can select when they want their food delivered, like a specific date or a day. But I want to restrict them in choosing dates like on christmas or some other internal function. 
Basically the client wants to select a date when they do want to deliver food and it should be disabled in the app so that the user cannot not select it. Also for now they dont want to deliver on weekends, but they want to have the option to enable delivery on weekends after some time.

In a nut shell, They want to select multiple dates when they dont want to deliver also days they dont want to deliver.
I have been banging my head on how to do this in salesforce.

Got a few ideas like creatind a text field and tell clients to enter dates in a perticuler way and parse it as json and send it to the front end developer.

But this is not a good way to deliver to our client. And we cannot put a calender like we used to do in java.

Please help me out. This is URGENT!!
Thanks in Advance.