I’m trying to update a record in Xano with a date selected by a user. The Xano field is a timestamp (originally a date field, but that’s technically a text record in Xano, so timestamp should be easier).
The problem is that using the timestamp function on the date input results in the timestamp of the current day, rather than the date input value.
I looked at this WeWeb community post, but it looks like “dob” field that with inputted date of June 4 was created in Xano as Oct. 12, the time created. It looks like there was not conversion there, either, just the timestamp of the current date.
This is just javascript, there is no special weweb language.
The nocode functions available it’s still javascript and they have the documentation in the editor.
Weweb has some conventions to follow for custom components with code and they are documented here https://developer.weweb.io/.
The internal library exposed by weweb it’s not really documented jet, at the moment you can find some reference in the developers doc.
Why this bug has not been fixed yet? It doesn’t make sense to have a Timestamp function that converts to today only, I wasted a lot of time as well finding out this