1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:37:35 +00:00

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.
This commit is contained in:
AnotherTest 2020-09-25 17:20:14 +03:30 committed by Andreas Kling
parent a2efff9287
commit 43b2928688
4 changed files with 105 additions and 0 deletions

View file

@ -4,6 +4,7 @@ compile_json_gui(CondView.json CondFormattingViewUI.h cond_fmt_view_ui_json)
set(SOURCES
Cell.cpp
CellSyntaxHighlighter.cpp
CellType/Date.cpp
CellType/Format.cpp
CellType/Identity.cpp
CellType/Numeric.cpp