Is there any entity rule for Date type entity like if user provided date is before current date it should capture the date with next year

I have already gone through the entity rules documentation for this https://developer.kore.ai/docs/bots/how-tos/entity-rules/

I observed there is one entity rule for date period entity type ie. { “tense” : past/future}

Is there any similar entity rule for date type entity ??
Note: i have tried this rule { “tense” : “future” } in date type entity but its not working

Any update for this?