• treasingersfdc
  • NEWBIE
  • 0 Points
  • Member since 2008

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

I have one field with name "Note" having Long Text Area(32768)" data type on Transaction custom object. i have created button on this object to update this value append the text with previous one.this field store the value as Last Modified User Name and Date.

 

        For Example : Note ==> Last Modified By XYZ on 06/21/2012

 

The date displayed in this field is fixed in ( MM/DD/YYYY) format but i want to display date format as per User local. means if User local is "English (United Kingdom)" then date value shoud be in DD/MM/YYYY. ex Note ==> Last Modified By XYZ on 21/06/2012

 

Please , anybody help me to write the code which is dynamic to display date format as per User Local in Visualforce page. 

I want to remove all the custom labels in my org. Can this be done using destructivechanges.xml? Or is there a way to do that?

 

 Any help will be appreciated.