Skip to main content
vishwass0329
June 28, 2024
Question

Timezone issue with Dateandtime field

  • June 28, 2024
  • 3 replies
  • 0 views

Hi All,

I am using dateandtime field to send an invitation on mail, here i am facing issue with time, when i am selecting a date and time, the ttime which i am selecting which is showing different in grid field

Like i am selecting 06/28/2024 05:00 am it's showing in grid as 06/28/2024 09:00 am which causing issue for time difference in invitation.

So any one please suggest attach below code.

a!sideBySideItem(
item: a!dateTimeField(
label: "Event Start Date & Time",
labelPosition: "ABOVE",
value:local!eventStartDateToSave,
saveInto: local!eventStartDateToSave,
required: true,
requiredMessage: "Input required!",
validations: {}
)
),

    3 replies

    June 29, 2024

    User who is creating an event and viewing it in a grid is same or different? Also, share details on how you are saving data and rendering in the grid.

    davidj137213
    June 29, 2024

    Check your date and time settings in admin console.

    June 30, 2024

    The issue might be due to the default time zone settings of the server. Ensure that the default time zone is set to the desired time zone for your application by checking your date and time settings in the Admin Console.