Adding 5 mins to a form field, in a library [message #588270] |
Mon, 24 June 2013 06:11 |
ahazin
Messages: 39 Registered: August 2010
|
Member |
|
|
Hi guys,
Im having a bit of trouble and would really appreciate some help. I have a date field in my form (date.start_time) in which I want to reference in a library and add 5 mins to the time (since its in the lib I am coding this I need to use name_in ). My current code is:
copy(name_in('date.start_datetime')+5/24/60 , 'DATE.END_DATETIME')
However, this seems to be erroring, could anyone help me out please?
Any help greatly appreciated.
|
|
|
|
|