1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 13:27:35 +00:00
serenity/Applications/Spreadsheet/CellType
AnotherTest 43b2928688 Spreadsheet: Add the 'Date' cell type
Since `JS::Date::value_of()' returns the timestamp in ms, this new type
assumes that the value given is also in ms.
2020-09-25 23:55:33 +02:00
..
Date.cpp Spreadsheet: Add the 'Date' cell type 2020-09-25 23:55:33 +02:00
Date.h Spreadsheet: Add the 'Date' cell type 2020-09-25 23:55:33 +02:00
Format.cpp Spreadsheet: Implement a specialised version of printf for formatting 2020-09-12 15:01:19 +02:00
Format.h Spreadsheet: Implement a specialised version of printf for formatting 2020-09-12 15:01:19 +02:00
Identity.cpp Spreadsheet: Setup and prepare for cell types 2020-08-28 17:08:09 +02:00
Identity.h Spreadsheet: Setup and prepare for cell types 2020-08-28 17:08:09 +02:00
Numeric.cpp Spreadsheet: Treat an empty format string as "default" 2020-09-25 23:55:33 +02:00
Numeric.h Spreadsheet: Setup and prepare for cell types 2020-08-28 17:08:09 +02:00
String.cpp Spreadsheet: Setup and prepare for cell types 2020-08-28 17:08:09 +02:00
String.h Spreadsheet: Setup and prepare for cell types 2020-08-28 17:08:09 +02:00
Type.cpp Spreadsheet: Add the 'Date' cell type 2020-09-25 23:55:33 +02:00
Type.h Spreadsheet: Save and load cell types and formatting options 2020-09-25 23:55:33 +02:00