Skip to main content



      Home
Home » Archived » BIRT » Report Date and Timestamp Converstion(Report Date and Timestamp Converstion)
Report Date and Timestamp Converstion [message #1059077] Thu, 16 May 2013 10:43 Go to next message
Eclipse UserFriend
I have an requirement where i have to display the local(desktop) time stamp in the BIRT report. But the report deployed it in the Unix server tomcat, so BIRT uses server side scripting and always displaying the server time.


Someone please help me on this conversion.
Re: Report Date and Timestamp Converstion [message #1059134 is a reply to message #1059077] Thu, 16 May 2013 19:59 Go to previous message
Eclipse UserFriend
Try something like this in a HTML text box in your masterpage header or footer:

<script>
temp = new Date();
document.getElementById("localDateTime").innerHTML = temp;
</script>

<div id="localDateTime"/>
Previous Topic:Background color on date cells
Next Topic:impossible to extract the incorporated font
Goto Forum:
  


Current Time: Sun Apr 20 03:42:35 EDT 2025

Powered by FUDForum. Page generated in 0.04630 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top