date and time

0
how i can display current date and time for particular attribute,on particular page and how i can save that to database
asked
1 answers
0

On the page you need to show your object in a dataview, datagrid, templategrid or listview to make the attribute visible. When creating the object, you need to initialize the attribute with the current date time (this can be the default value).

If you want to have it stored in the database, you need to commit your object in a microflow or have a save button.

answered