I have the date in format od MM/yyyy. I need to validate that this MM/YYYY is greater than or equal to present month and year.Any built in support function present or do I have to write a custom function to validate.If so how can this be done?
I have the date in format od MM/yyyy. I need to validate that this MM/YYYY is greater than or equal to present month and year.Any built in support function present or do I have to write a custom function to validate.If so how can this be done?