-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello (again),
currently I use your solution within an application to manage time slots.
Those time slots will be setup by Application Owner and users can enter their First-, Last-Name and ID to make a reservation for this time slot.
Especially I do not want user to manipulate the start and end time, so I just marked those fields to be read-only in edit form.
My issue is, that the time is not displayed, but the date, only. I placed my field within a Tabs Container, but also tried the Default and Col Container, with no luck.
Have you faced this issue before?
The Dom Model for the value is
<td class="ms-formbody"><span id="readOnly_x0045_nd1">14.12.2017</span></td>
However the Javascript Listdata holds Date and Time.
Also tried to switch between "Friendly" and "normal" display within the field settings. Didn't make a difference and I kept the normal version.
My environment for this application is SP Online within O365.
Any advice?
Best regards
Michael