Hello everyone
Could you help me?
I can not display consecutive date days in a text field.
I have two form fields:
DayStart (field calculated with the day of the month from a field of type data - "DateStart")
DayEnd (field calculated with the day of the month from a date field - "DateEnd")
These fields only exist only in the form. The content does not come from any table.
I want to get a text field, in the form, with the following content (assuming DayStart = 2 and DayEnd = 5):
'02', '03', '04', '05'
In case the start and end dates are the same (for example DayStart = 2 and DayEnd = 2) the result must be:
'02' (not '02', '02')
It is necessary to include the prime/quotation (') before and after each day and separated by comma.
Thank you
LM
Could you help me?
I can not display consecutive date days in a text field.
I have two form fields:
DayStart (field calculated with the day of the month from a field of type data - "DateStart")
DayEnd (field calculated with the day of the month from a date field - "DateEnd")
These fields only exist only in the form. The content does not come from any table.
I want to get a text field, in the form, with the following content (assuming DayStart = 2 and DayEnd = 5):
'02', '03', '04', '05'
In case the start and end dates are the same (for example DayStart = 2 and DayEnd = 2) the result must be:
'02' (not '02', '02')
It is necessary to include the prime/quotation (') before and after each day and separated by comma.
Thank you
LM