I have form
and in this form
I have two date fields, campodata1
is populated by user and campodata2
is filled by the database, now I need a code to compare if these two fields have the same information.
The fields are string I'm even using in form the masktext
for date fields, I just need to compare to see if they are the same to do an action.