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: {} ) ),
Discussion posts and replies are publicly visible
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.