How to Find in If conditon if date is empty or not?

While Passing an input argument of type date, how do I check if the date is empty or not? Can you please help

Hi @Chethana_J_Murthy

You can try this

dateVariable.Equals(DateTime.MinValue)

Cheers

1 Like

This works thank you!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.