You need to sign in to do that
Don't have an account?
Deloitte IT Admin 2
Dynamic information in <th>
Hi All,
I would like to write, instead of N, the current year in this table in a vf page:
Any idea?
Thankyou!
I would like to write, instead of N, the current year in this table in a vf page:
<th style="width:15%" data-field="name">Yr N</th>
<th data-field="price" colspan="5">N</th>
<th data-field="price" >N+1</th>
<th data-field="price">N+2</th>
<th data-field="price">Beyond N</th>
<th data-field="price" colspan="5">N</th>
<th data-field="price" >N+1</th>
<th data-field="price">N+2</th>
<th data-field="price">Beyond N</th>
Any idea?
Thankyou!
{!YEAR(TODAY())