I have an API that return a JSON data representing a date, the format is "20120910", and I am receiving this JSON using the avilable JSON plugin tool. But how can I change the date format to be 10/09/2012 instead of being 20120910, inside Joget form.?.
Best Regards

  • No labels

1 Comment

  1. Hi there,

    I think you should check with your API provider on the date format parameter instead. You can, of course change the date format after you get the data by parsing it to date format and format it. See http://stackoverflow.com/questions/10533344/how-to-change-the-date-format-in-jquery

    Cheers.