System Date as a CAPI text

Discussions about CSEntry
Post Reply
Shalani
Posts: 6
Joined: July 7th, 2024, 2:30 pm

System Date as a CAPI text

Post by Shalani »

Hi,
Can you please tell me how to put the system date into CAPI text.
Thanks
justinlakier
Posts: 238
Joined: November 21st, 2022, 4:41 pm

Re: System Date as a CAPI text

Post by justinlakier »

Hello,

You can find the date using SysDate(). Timestamp() can be used instead or in combination, as shown in the connected documentation. You can include a function or variable with the date in the CAPI question text by putting ~~ on either side of it, like so

Code: Select all

The date is ~~edit("9999-99-99",sysdate("YYYYDDMM"))~~
Hope this helps,
Justin
Shalani
Posts: 6
Joined: July 7th, 2024, 2:30 pm

Re: System Date as a CAPI text

Post by Shalani »

Thanks lot
Post Reply