info3
August 24, 2022, 9:33am
6
Helllo, hope you are well @jshaffstall i success to put the date but i have some issue to show properly the date on chart, right now seem like this:Anvil | Login
My objective is to display date using your tools about zone time component togher with chart js
Data grids display, by default, datetime values in the server timezone (UTC) rather than the local timezone. There’s a workaround that’s annoying and prevents you from using data bindings to set the dates in row templates.
So I wrote a component that will display datetimes in local timezones but keep data binding working:
https://anvil.works/build#clone:OITEW55DKQRVGZFI=VBFGNSDV2H5XDWYM6S67HJ5Z
You can drop this component onto a row template in a field that is supposed to represent a datetim…
i dont find a lot of documentation about how to manipulate the js in this way.
Thank you!