directus-extension-computed-interface
directus-extension-computed-interface copied to clipboard
Date manipulation
Hi,
is it possible to add date manipulation functions like DATEADD (datepart , number , date ) from SQL or DateTime.AddYears(Int32) from C#?
Usecase: I have purchase date and waranty is 2 years. Just simply add 2 years to the purchase date.
Thanks.
Did you figure out how to do that?