Skip to content

Conversation

@jacobsimionato
Copy link
Collaborator

Rationale:

  • 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.

@jacobsimionato jacobsimionato merged commit 2e373b4 into google:main Dec 19, 2025
9 checks passed
Josue07Villegas pushed a commit to Josue07Villegas/A2UI that referenced this pull request Dec 19, 2025
Remove output format from DateTimeInput and clarify data model format (google#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.

añadiendo mi nombre al Readme

add: iniciando nueva funcionalidad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants