pubtraitHavingDateValidation{/// checks emptiness of given date string/s.
fnis_given_date_empty(&self)->bool;/// checks validity of given date string/s.
fnis_string_length_valid(&self)->bool;// checks overall criteria and includes all the required checking functions.
fnis_given_date_valid(&self)->bool;}