Power-Fx/releasenotes
Carlos Figueira f891601ae6
Fix TimeValue function, add test (#2731)
Fixes #2674 .

The TimeValue function has a few issues, which are fixed by this change:
- Better validation (so that calls such as `TimeValue("1")` fail, as it
does in Excel
- Support for AM/PM designators (`TimeValue("6:00 PM")`), as it is
supported in Excel
- Support for wrapping hours (`Value(TimeValue("27:00:00")) =
Value(TimeValue("3:00:00"))`), as it is done in Excel
2024-11-07 13:41:39 -08:00
..
releasenotes-1.1.0.md Update releasenotes-1.1.0.md (#1936) 2023-10-10 22:11:42 +00:00
releasenotes-1.3.0-rc.md Fix TimeValue function, add test (#2731) 2024-11-07 13:41:39 -08:00