jQuery UI Widgets Forums Chart Time formatting

Tagged: 

This topic contains 1 reply, has 1 voice, and was last updated by  arkgroup 10 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Time formatting #62486

    arkgroup
    Participant

    I have datetime data field in this format:
    11/10/2014 12:05:12 AM
    and I need to show time like this
    12:05 AM.
    I tried format function in categoryAxis:
    formatFunction: function (value) {
    return $.jqx.dataFormat.formatDate(value, ‘HH:mm’);

    but it does not work, it still shows as full date and time.

    Thanks

    Time formatting #62487

    arkgroup
    Participant

    Sorry, type:’date’ was missing

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.