DateTime class

How do you use the DateTime class?

I want a text with the date as the value

I’m just guessing something like this:

                <Text Value="{DateTime.Now}" />

If you’re thinking of this then that’s a Uno helper class and not something you’d use from UX or JS.

You might want to take a look at the standard JS Date instead.

ah ok nice (y)

Also, moment.js is known to be working perfectly well with Fuse, and I find the convenience it brings with date manipulation very rewarding.