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:
parent
a2efff9287
commit
43b2928688
4 changed files with 105 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue