[FEATURE REQUEST] Date for all Params and Parsers (YYYY-MM-DD)
Open
- Dominant language
- Go
- Stars
- 25.6k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Would be nice to have a option to parse Date Strings like YYYY-MM-DD and not need to use it as string.
Its frustrating for ParseQuery that the it needs to be a full string
`schema: error converting value for "startdate". Details: parsing time "2024-09-01" as "2006-01-02T15:04:05Z07:00": cannot parse "" as "T" (and 1 other error)`
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
own parser...
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Assessment
This issue has not been assessed yet.