public java.lang.String getDateDay() {
   if (outputProps != null) return (outputProps.getDateDay());
   else return (inputProps.getDateDay());
 }