RFT Template - Can xdoxslt:current_time function detect users locale/timezone?
Is it possible to have a function that detects where user is and display automatically?
I want the following format for display OCT-22-13 2:50 PM where 2:50 is the local time of the user.
I tried using the below format in the RFT file header for the Date
<?xdoxslt:sysdate (“MON-DD-YY HH12:MI PM”)?>
This doesnt work, it is giving the time in UTC and the value of PM is getting hardcoded.
Thanks