I mean that MySQL does an auto insert of the DateTime and it dictates the format, not me???
MySQL uses yyyy-mm-dd format for storing a date value. This format is fixed and it is not possible to change it. For example, you may prefer to use mm-dd-yyyy format but you can’t. Instead, you follow the standard date format and use the DATE_FORMAT function to format the date the way you want.
You have to convert the format from MySQL into the format, which is required by the Make Instant method… just use the join block together with several segment blocks…