Hi there is there anyway to convert the timestamp to a datetime?
I have a table with datetime column (sql query) in it and I want to pass the value with payload when click on the table row to a datepicker. It passes the datetime but in a timestamp format…
You could do this through scripting I’m sure, but you could also pass the value to a placeholder property (key in my example), then bind a property (probably DateTimeInput.props.value) to the placeholder and apply a Format transform.
Just to add onto @PGriffith’s response, using Java Date Objects lets you use system.db.runPrepUpdate and not have to do any further date/string manipulation, which is very helpful.