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