How do I calculate a date field to show 12/31/ and a current year?
Solved! Go to Solution.
Thanks for the feedback!
Here is the working code snippets
format-date(today(), '%Y') |
concat(${cals_insp_year} ,'/', '12', '/', '31') |
maybe the following might help
Thanks for the feedback!
Here is the working code snippets
format-date(today(), '%Y') |
concat(${cals_insp_year} ,'/', '12', '/', '31') |