Hi there,
I already started building nice things with WeWeb, enjoying the speed of coming to good results.
Now I am struggling with some small things, which should be simple, just cannot figure out how to do it:
-
How do I achieve that clickable elements show the typical “Clickfinger” on mouseover? This is working for buttons, icons etc, but if I add workflows to other elements like containers, Text, etc, the clickfinger is not visible on mouseover. So for the user the element looks not clickable.
-
Using the daterange element, I want to use the output of the element as input for a backend request. Problem is that the daterange element returns the selected date not in a processable format. It looks like this: “Mon Jul 25 2022 23:59:59 GMT+0200 (Mitteleuropäische Sommerzeit)” → This dateformat is not recognized by Xano. So my question is how can I transform the data to ISO or timestamp format?
-
Speaking about dates: Is there a way to process a date value, like adding days or minutes to an existing date/timestamp?
Thanks a lot guys