Hello everyone.
I was wondering how to choose hours instead of a date [month,year,day].
I'm using this piece of code:
Running this code in your browser, a calendar appears to choose the year, month and day. I just want to pick a certain time of day.Code:entity - class ~. domain.Availability-testAutomatically - identifierField date field - fieldName begin - notnull - type java.util.Date - past field date - end fieldName - notnull - type java.util.Date - past field reference - fieldName teacher - type ~. domain.Teacher - notnull


Reply With Quote
