StaticEscapeEscape HTML special characters to prevent XSS.
StaticFormatFormat a date string for display.
ISO date string
Whether to include time in the output
StaticFormatFormat a date range object for display.
Object with start and end date strings, or any fallback value
StaticFormatFormat a time string (HH:mm or HH:mm:ss) for display.
StaticFormatFormat a value for display, using schema info when available. Resolves choice labels and applies type-specific formatting.
StaticFormatFormat a value for display with HTML escaping applied. Convenience wrapper combining FormatValue + EscapeHtml.
StaticGetStaticHumanizeConvert a camelCase/snake_case key to a human-readable label.
StaticResolveResolve a raw value to its display label from form options.
Static utility class for form response value formatting and resolution.
Provides type-aware formatting for all supported field types: date, datetime, time, daterange, slider, buttongroup, radio, dropdown, checkbox.