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
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.