ora_format_date_offset
I have UNIX time stamp coming as 1375711358 from source, I have converted the same to canonical format using the below mentioned function and its yielding me 05-Aug-2013. However I want the month to be in caps i.e. 05-AUG-2013. Please suggest a way forward
<?format-date:(xdoxslt:ora_format_date_offset('1970-01-01', //invoice/BILLINFO/CREATED_T div 86400, '+'));'DD-MMM-YYYY'?>