Clarity

 View Only

  • 1.  GEL command for Date format to allow for proper format for "Created Date"

    Posted 14 days ago

    What is the GEL command to format a date for the newly required "Created Date" for Custom Objects?

    I can't find that command.



  • 2.  RE: GEL command for Date format to allow for proper format for "Created Date"

    Broadcom Employee
    Posted 13 days ago

    Hi Lowell,

    is <gel:formatDate> which you were looking for? 

    If you need to convert a string into a date object first, use the companion <gel:parseDate> tag

    Thanks,

    Jerin




  • 3.  RE: GEL command for Date format to allow for proper format for "Created Date"

    Posted 12 days ago

    Hi Jerin,

    I was able to just concatenate the date with the T00:00:000 value.

    I was hoping to find the syntax to just pull the date and format it with the appropriate syntax without having to concatenate with a stripped time format.