// END curricularYear
// BEGIN day, month, year, hour, minute
public HtmlInputHidden getDayHidden() throws FenixServiceException {
if (this.dayHidden == null) {
this.dayHidden = new HtmlInputHidden();
this.dayHidden.setValue(this.getDay());
}
return dayHidden;
}