I have a collection of events here.
I would like to:
- display time in user local time
- send date and time via the form (at the moment it only sends date so if I have two events on the same day they are not differentiated)
I’ve understood I could use Moment.js for local time display but I have no clue on how to install it.