Jump to content
We've recently updated our Privacy Statement, available here ×

rstuart

Members
  • Posts

    2
  • Joined

  • Last visited

Community Answers

  1. rstuart's post in Change the Format of "Date Refreshed" was marked as the answer   
    The file you need is bundles/jasperserver_config.properties.
    The datetime for "Data Refreshed" came across as "53/17/18".  I made several attempts to "escape" the slash, but settled for using unicode character.   The lower case mm intended for the day was displaying the minutes.  Using uppercase MM worked for me.  I made the following changes:
    date.format=MMu2215ddu2215yyyy
    datetime.format=MMu2215ddu2215yyyy HH:mm:ss
    calendar.date.format=MMu2215ddu2215yyyy
    calendar.datetime.format=MMu2215ddu2215yyyy HH:mm:ss
     
    Best Regards,
    rstuart
    It appears that changing format for calendar.date.format and calendar.datetime.format will cause formatting errors for some report components.  My impact was intended only for the datetime refresh display for reporting refreshed datetime.  To correct this, I have changed these back to original setting;
    calendar.date.format=mm/dd/yy
    calendar.datetime.format=mm/dd/yy HH:mm:ss
     
×
×
  • Create New...