This version introduces updated naming and several new Day.js wrapper functions to improve consistency and extend capabilities.
Renamed: TimeFromNow → FromNow to match official Day.js naming.
TimeFromNow
FromNow
New Functions Added:
AddDay
SubtractDays
IsBefore
IsAfter
ToNow
ParseUnix
ToUnix
Now
All Client Actions now return correct types (DateTime or Text) using .toDate() or .format().
DateTime
Text
.toDate()
.format()
All wrappers are now Function = Yes, allowing direct use in expressions.
Improved internal JS handling and cleanup.
Better plugin support for RelativeTime.
Replace old TimeFromNow calls with FromNow.
Ensure relativeTime plugin is loaded when using FromNow/ToNow.