Interface DateOnlyField

All Superinterfaces:
CanBeCustomField, CanRender<Renderer<? extends Renderer<?>>>, Field, ScalarField<Date>
All Known Subinterfaces:
UpdatableDateOnlyField

public interface DateOnlyField extends ScalarField<Date>, CanBeCustomField
Since:
3.9.0
  • Method Details

    • asString

      @NotNull String asString()
      Never throws exception when user cannot read the field, or the object is unresolvable. Same as ScalarField.getIfCan()
      Returns:
      the value formatted as String. Never returns null.