Jump to content
Changes to the Jaspersoft community edition download ×

tyson.decker

Members
  • Posts

    14
  • Joined

  • Last visited

Community Answers

  1. tyson.decker's post in How do I use a date/time input control with visualize.js (6.0.1) was marked as the answer   
    I was able to solve this by looking in the result from calling v.inputControls()
    The validation object on the input control shows the pattern is "yyyy-MM-dd'T'HH:mm:ss"
    changing my parameter from endDate:['2015-03-20 23:59:59'] to endDate:['2015-03-20T23:59:59'] solved the problem.
×
×
  • Create New...