Hi guys
I am trying to build my first app, hence this basic question…
I am using the pick date and save it to firebase, where the date is saved as a timestampValue.
For it the picked date would need to have a time too. I tried to add “T00:00:00Z” to the page variable, but it says that it is not possible to add string to date/time variable. How would I do it?
Thanks
Andreas