By default, the java.util.Date field is represented in the CRUD form as a simple "DATE" input.
public class DatedModel extends Model { public Date creationDate;
in the CRUD admin, I see:
creationDate [TEXTINPUT] yyyy-MM-dd format.
Is there a way, instead of entering DateTime, only in the selected fields (not all of them change application.conf date.format )?
Is there any way to influence which βwidgetβ is used for a given field in the βautomaticβ CRUD administrator?
source share