Only way I see of you doing it is to change that specific date to be disabled
by using the disabledRanges() event of the DateChooser component. Then you can
set the style for the disabled numbers with the following

instanceName.setStyle("disabledColor", "0xcc0000") <-- this color is red.