Skip to main content
1 answer
  1. Aug 31, 2017, 11:24 AM
    If you want this formula field as Text (string) Type just use :

    TEXT(DATEValue(createdbyDate))

    if you are converting Date to Text in apex class, string.valueof() method will work.

    Let me know if you need more help with this.

    Thanks
0/9000