dev/membership#10 fix incorrect validation error saying Start date must be the same...
authoreileen <emcnaughton@wikimedia.org>
Thu, 28 Feb 2019 22:33:13 +0000 (11:33 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 28 Feb 2019 22:36:51 +0000 (11:36 +1300)
commit47e1cfc3bf24dfca71cb2ce924d7a21ac3933da9
tree866d3fa81c107e8f0a029004bfadb04b2c47d850
parent08cacc337e71219bae93395e18b29cb60248fdbd
dev/membership#10 fix incorrect validation error saying Start date must be the same or later than Member since

This problem is because both dates exclude time but the default setting includes it - leading to a
comparison of a datetime with a date+midnight time
CRM/Member/Form/Membership.php