Date Picker

dharshandharshan Member Posts: 37
hi,

I downloaded date Picker to choose a date. By Default Sunday is given in red colour.

is it possible to change the holiday details by runing the base calender?

So that the Holiday specified in the Base Calender should Refelect in Date Picker.

Comments

  • DenSterDenSter Member Posts: 8,304
    There's a function in the Calendar Management codeunit called 'CheckDateStatus' that returns a boolean based on whether the date is a non-working day. You could use that function while building the date picker and color the date according to the return value. There's also a function for customized calendar entries, in case you need those to show up as well.
Sign In or Register to comment.