LimeReport
LimeReport copied to clipboard
Functions date and time, etc
Hi, the function now(), date() etc does not work.
Hi, you have to wrap function call with $S{}. Considering this the date call should look like this: $S{date()}
Ok thanks