Skip to content

Commit

Permalink
XLDate.num does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
heetbeet committed Jul 31, 2024
1 parent 80ceeb8 commit 7de1c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function _text_short_circuit(x::Union{Number,XLDate}, format_text::String)
function yyyy_mm_dd()
yyyy, mm, dd = _year_month_day_of_xlserial(
if x isa XLDate
x.num
x.val
else
x
end,
Expand Down

0 comments on commit 7de1c2d

Please sign in to comment.