Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Is something like this possible in Beanshell Permission and how would I do it?:

Code Block

if(today > deadline){
     return false;
}else{
     return true;
}

...