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

nardao

Members
  • Posts

    10
  • Joined

  • Last visited

Community Answers

  1. nardao's post in How do I format my date fields? was marked as the answer   
    Jasperserver is based on Java, basically you can use all Java "comands" and methods inside the APIs.
    Google java.util.date to see what you can use.
    new SimpleDateFormat("dd/MM/yyyy HH:mm:ss").format(  $F{my_date});
×
×
  • Create New...