• Bob Sanders
  • NEWBIE
  • 10 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hello,
So I'm trying to convert the NOW function into pst time zone with the date format of "mm-dd-yyyy 00:00.00 AM/PM" in a text field. I have a workflow that updates a text field with text and time stamps it. I'm just trying to change the date format of NOW, I just don't know hwo to go about it outside of an Apex Class.

This is the current formula:
'Update text'+" "+ text(Now())

Any ideas?