255256257258259260261262
} } protected void checkDate(Date date) throws ClipsServerException { if(!DateTimeUtils.belongsToCurrentDay(date)) { throw new ESecurity("Срок редактирования вышел"); } }