You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Timezone in VBCS application

edited Sep 23, 2019 6:08PM in Visual Builder 2 comments

Summary

How to change a date to be shown in my timezone

Content

Hi,

I'm trying to show a date in a VBCS form application but it shows the date in GMT 00.

How can I change it to show in GMT -3.

        <template slot="entrada">
            <oj-input-date-time value='[[typeof $current.data === "string" ? $current.data : null]]' readonly="true" :id="[['oj-input-date-time--1812834425-1-' + $current.index]]" style="width: 100px;" converter='{"type":"datetime","options":{"pattern":"dd/MM/yy HH:mm"}}'></oj-input-date-time>
        </template>

Thanks,

Samuel

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!