How to display different format dates in BIP reports
Hi Team,
We have a requirement that to display dates in two different regions.
now it is in one date format in DEU and ENU Siebel applications as below:
<?format-date:psfn:getCanonicalDate(Started);'DD/MM/YYYY'?>
and now we want to display in ENU siebel appliction as below in different format.
<?format-date:psfn:getCanonicalDate(Started);'MM/DD/YYYY'?>
Can you please help me on this , how can we achieve this.