Date Field Type

Date Field Type

Date fields provide a calendar picker for selecting dates, ensuring consistent date formatting across orders.

Configuration Options

PropertyDescription
LabelName shown to users (e.g., "Closing Date")
PlaceholderHelper text (e.g., "Select date")
Default ValuePre-selected date
RequiredWhether field must be filled
Help TextAdditional guidance

Using the Date Picker

  1. Click in the date field
  2. A calendar popup appears
  3. Navigate months using arrows
  4. Click a date to select it
  5. Date appears in the field

Date Format

  • Display format: Based on your agency/region settings
  • Stored format: ISO 8601 (YYYY-MM-DD)
  • Consistent: All dates stored the same way

Validation

Date fields validate:

  • Required fields: Cannot be empty
  • Format: Must be a valid date
  • Range: No past/future restrictions (all dates allowed)

Best Practices

When to Use Date Fields

DataUse Date Field?
Closing datesYes
AppointmentsYes
DeadlinesYes
Expiration datesYes
TimesNo (date only, no time component)
Date rangesNo (use two separate fields)

Label Naming

  • Be specific: "Closing Date" not just "Date"
  • Include context: "Document Expiration" not "Expiration"
  • Avoid redundancy: Don't use "Date" in label if obvious

Common Examples

LabelUse Case
Closing DateScheduled real estate closing
Document ExpirationWhen documents expire
Appointment TimeScheduled signing appointment
Contract DeadlineResponse or action deadline
Notary Commission ExpiryCommission expiration date

Related Help