A2UI/samples
jacobsimionato 2e373b4735
Remove output format from DateTimeInput and clarify data model format (#353)
- Parameter was not properly documented, so not clear what it was doing
- Parameter not implemented by any renderers AFAICT
- Parameter is neither well-suited for formatting date for data transmission purposes, or for display purposes:
  - Transmission purposes: Better to use ISO 8601 format as it's standardized.
  - Display purposes: Likely better for the renderer to handle display of dates using a localization library to adapt based on the user location and preferences. Otherwise, this complexity is pushed to the backend.
2025-12-19 10:58:09 +10:30
..
agent/adk Remove output format from DateTimeInput and clarify data model format (#353) 2025-12-19 10:58:09 +10:30
client Update Angular to v0.8.3 (#337) 2025-12-18 07:25:36 +02:00