I am using CR 10 and I am trying to concatenate a datetime format. I have convert the datetime format to a date format in the File/option/Datetime from a
yyyy-mm-dd 00:00:000 to mm/dd/yyyy. Now I need to create a formula to concate the date. How can this be done in a formula. Below is my syntax that return a datetime error. Please advise. Thanks.
IF {BeginDate} = {EndDate} THEN
{BeginDate}
ELSE
{BeginDate} + " - " + {EndDate}
yyyy-mm-dd 00:00:000 to mm/dd/yyyy. Now I need to create a formula to concate the date. How can this be done in a formula. Below is my syntax that return a datetime error. Please advise. Thanks.
IF {BeginDate} = {EndDate} THEN
{BeginDate}
ELSE
{BeginDate} + " - " + {EndDate}