An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
What is an efficient way of combining date and time attributes into a date time attribute? E.g. first attribute = days of epoch e.g. 31-11-2013 E.g. second attribute = time of day e.g. 14:55:02
If possible, I would prefer to not have to parse dates. This was missing from my original question. In generate attributes there seems to be a date_add() function.
Combine the two attributes with Concat into a text string and then use custom parse date to convert to a date_time.