
Today's date and time must be stored in SharePoint using a date picker using the Now() function in Apps.
However, the date is saved, but the time is entered as AM 12:00:..
I want to put the time I submitted into SharePoint.
Please share the solution
Hi,
That because a datepicker will only store the date value, not the time.
To make it more simple, simply use "Now()" in the Update property of your DataCard (if you use a form), otherwise, patch Now() to Submitted date directly, since the value will always be Now().
Regards,