Consolidate import date handling
authoreileen <emcnaughton@wikimedia.org>
Thu, 28 Dec 2023 01:01:56 +0000 (14:01 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 28 Dec 2023 02:35:53 +0000 (15:35 +1300)
commitcbf087ccc25bb134074b0600a3bb697746108857
tree89a900452a304a13dd5ba5bf3f2d18ef78adda75
parentfd99b023f272d5accbdfb21227862a2f91bd5020
Consolidate import date handling
12 files changed:
CRM/Activity/Import/Form/DataSource.php
CRM/Core/Form/Date.php
CRM/Import/Form/DataSource.php
CRM/Utils/Date.php
ext/civiimport/tests/phpunit/CiviApiImportTest.php
tests/phpunit/CRM/Activity/Import/Parser/ActivityTest.php
tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php
tests/phpunit/CRM/Contribute/Import/Parser/ContributionTest.php
tests/phpunit/CRM/Event/Import/Parser/ParticipantTest.php
tests/phpunit/CRM/Member/Import/Parser/MembershipTest.php
tests/phpunit/CRM/Utils/DateTest.php
tests/phpunit/CRMTraits/Import/ParserTrait.php