I'm importing a date field in the format:
dd/mm/yyyy
I want to set this as the created date for the node I'm creating/updating.
I've tried the Feeds tamper module but the date function seem to convert between a string and a Unix timestamp, which doesn't seem to work anyway.
What's the best way to do this?