Our pure JavaScript Scheduler component


Post by kanimozhi »

Hi, Please tell how to show the current timeline based on the specified UTC time in the Bryntum scheduler component.

Post by pmiklashevich »

Please see showCurrentTimeLine config:
    features : {
        timeRanges : {
            showCurrentTimeLine : true
        }
    },
Please check out timeranges demo (examples/timeranges/app.js): https://www.bryntum.com/examples/scheduler/timeranges/

Pavlo Miklashevych
Sr. Frontend Developer


Post by kanimozhi »

Hi,

Thanks . But this showing only the system time. I want to show the UTC time. How can i get UTC time ?

Post by sergey.maltsev »

Hi!

Unfortunately this is not supported yet.

We have this Feature Request ticket for TimeZone support.
https://app.assembla.com/spaces/bryntum/tickets/9432-add-time-zone-support/details

Post by info@sundair.com »

Hi, same here. Need UTC Support in current timeline. Any good Idea for workaround?
thnx in advance

Post by mats »

No "workaround" exist. A workaround is for a bug, there's no simple way of just adding timezone support. It's a feature request. If you need it quickly please see https://www.bryntum.com/services/

Post Reply