Date stamp

is there a way to add the date when ever a user sign up. when a new user sign up is there a way to add a date stamp?

The app:logins sheet contains a timestamp whenever a user signs in to a new device or is required to enter a new pin. Unfortunately the date is in a string format instead of date, so it will need to be converted:

2 Likes

Correct. The =TEXT() formula in Sheets is a lifesaver. I’ve been using it in nearly all of my apps lately. Perfect for converting numerals to strings, timestamps to date/day/weekday values, etc.

1 Like