Question
JPMC
IN
Last activity: 26 May 2017 12:06 EDT
Query about pega:reference tags with custom datetime format
Hi have a custom datetime format which defines the format of datetime as yyyy-MM-dd'T'HH:mm:ss
When i use this custom datetime format with pega:reference tags, it does not work good, instead gives the date as "Apr 7, 2017 1:45:25 PM"
<pega:reference name="$this.SubmittedDate" format="Date-Long" ></pega:reference>
However if i use Date-Long format it works fine and it gives the result as "April 7, 2017"
<pega:reference name="$this.SubmittedDate" format="Date-Long" ></pega:reference>
Why do the Pega Reference tags donot work with custom control well?
Below is the config of my custom control:
***Updated by moderator: Lochan to tag SR details***