Files
IronCalc/base/src/formatter/test/mod.rs
Nicolás Hatcher Andrés efb3b66777 UPDATE: Adds time formats (#501)
* UPDATE: Adds time formats

This is the initial implementation of time formats. Simple things like:

"hh:mm:ss AM/PM"

works

* FIX: Correct padded vs unppadded time formats

Thank you copilot!
2025-11-02 13:18:26 +01:00

4 lines
66 B
Rust

mod test_general;
mod test_parse_formatted_number;
mod test_time;