Details
- 
    Type:
Bug
 - 
    Status: Done/Fixed
 - 
    Priority:
Trivial
 - 
    Resolution: Fixed/Completed
 - 
    Affects Version/s: 4.7
 - 
    Fix Version/s: 4.7.18
 - 
    Component/s: Core CiviCRM
 - 
    Labels:
 
- 
        Versioning Impact:Patch (backwards-compatible bug fixes)
 - 
        Documentation Required?:None
 - 
        Funding Source:Contributed Code
 
Description
I defined custom fields for Activities, one of them is of Date type. When I try to import activities, I've got an error for some of them telling that the date for this custom field is invalid. I've chosen dd/mm/yyyy as date format and I've realized that it only happens when the day is greater than 12 - the maximum month number.
I think that the date format is not taken into account for custom fields when importing activities.