Skip to content

Instantly share code, notes, and snippets.

@dangrossman
Created October 26, 2016 15:03
Show Gist options
  • Save dangrossman/8c8d296fec17625fab56f1c037f11208 to your computer and use it in GitHub Desktop.
Save dangrossman/8c8d296fec17625fab56f1c037f11208 to your computer and use it in GitHub Desktop.
$(yourelement).daterangepicker({
isCustomDate: function(date) {
if (date.isSame('2016-10-26', 'day'))
return 'yellow';
return false;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment