• Kamil_G
  • NEWBIE
  • 30 Points
  • Member since 2021

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi!
I have a page using tables.

<tr>
<td class="table td">Data</td>
<td class="table td_right">{!formularioVisita.Data__c}</td>
</tr>

How i can format the data?

I tried some things using the apex but not sucess at all.

 

Hi!
I have a page using tables.

<tr>
<td class="table td">Data</td>
<td class="table td_right">{!formularioVisita.Data__c}</td>
</tr>

How i can format the data?

I tried some things using the apex but not sucess at all.