Hi guys,
I have 3 fields:
- date_n(datetime), time(00:00:00) and date_result (computed field)
And 2 buttons:
- "Start" and "Stop"
When I click on the Start button, the time field start counting... and when I click on Stop button, the field date_result will store date_n + time in format like d/m/Y 00:00:00
Thanks
Anybody help :)