Hi everyone,
I have a simple text_field in my form where a user enters a time in minutes, i.e. 60.
How can I multiply that number by 60 before saving the form, such that the database stores the number in seconds?
Then, how do I reverse that and show the field in minutes on another view?
Thank you!