I am trying to create a date to be used in a formula calculation. The date will be a concatenation of information extracted from another date field and a hard coded year.
How would I concatenate the information below into a date that could be used in the bottom formula?
Concatenate Date
Month = DateTimeMonth([DisDate])
Day = DateTimeDay([DisDate])
Year = 2013
If [TermDate] < "Concatenated Date" Then "Yes" Else "No" Endif