Hi all, Given a date and a time according the following formats: Date = DDMMYY Time = HHMMSS Is it possible to build a composite string only by using the formats ? My problem is in the splitting ... Composite = YYYY-MM-DD HH:MM:SS John