# `PolarExpress.Schemas.CustomFieldDateProperties`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/custom_field_date_properties.ex#L2)

CustomFieldDateProperties

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomFieldDateProperties{
  form_help_text: String.t() | nil,
  form_label: String.t() | nil,
  form_placeholder: String.t() | nil,
  ge: integer() | nil,
  le: integer() | nil
}
```

* `form_help_text`
* `form_label`
* `form_placeholder`
* `ge`
* `le`

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
