Date problem

Current date validation criteria . = today()
and future date . > today()

How to combine So that current date and future date can be given simultaneously

Hi @mdnurnabi and welcome back to the community!

If I understand your issue correctly, following should do the trick:

.>= today()

1 Like

@hakan_cetinkaya, :bowing_man:

1 Like