how to assign a date to a datenull() filed

hi arun,

if you write like if(DOB==datenull()), if the date is there it will consider that date otherwise it will assign default date that is 1900/01/01 to that date. there is no need to assign default date explicitly.

by writing the above code even if the date is not available also it will enter into the loop with default date…