top of page

PolarEnds
Sep 18, 2020
9
Tags:
Database, Reviews
Quick follow up vid to show how to add the date & time section to the reviews repeater as requested!! 💜 Date / Time code to add:
// Get the date that the review was entered. let date = itemData._createdDate; // Format the date according to the date format settings on the user's computer. $w('#submissionTime').text = date.toLocaleString(); }
bottom of page