jQuery UI Widgets Forums Scheduler getAppointmentProperty "from"

This topic contains 2 replies, has 2 voices, and was last updated by  crissi 8 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • getAppointmentProperty "from" #79585

    crissi
    Participant

    Hello!

    I’m trying to bind the sheduler to my mySQL, what is working so far.
    But with using the “appointmentChange” method to start an ajax call I have a (simple?) problem:
    I fetch the new start with jqxScheduler(‘getAppointmentProperty’, appointment.id, ‘from’), which works, but when I put this into my ajax call string the result looks like a timestamp.
    But is this really a timestamp? Using this like a timestamp brings me from 2015 to 3300 or so.

    Thanks for your help!
    Chris

    getAppointmentProperty "from" #79587

    Peter Stoev
    Keymaster

    Hi Chris,

    It’s an object and it is explained in the jqxScheduler’s Getting Started help topic how to use it, what methods it has, etc.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    getAppointmentProperty "from" #79591

    crissi
    Participant

    Hello Peter,

    thanks.
    Now with the jqx.date it’s working.

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

You must be logged in to reply to this topic.