HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📌
hkob's Notion
/
ℹ️
逆引きFormula 2.0
/
end()

end()

description
end function is converted to dateEnd function. If you copy from the existing text, the following error is displayed. end is not defined.[0,3]The function "end()" was renamed to "dateEnd()".
broken!
Formula 1.0
end(prop("Date"))
Formula 2.0
dateEnd(prop("Date"))