diff options
| author | David Drury <ddrury@users.noreply.github.com> | 2020-12-23 18:08:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-23 18:08:39 +0000 |
| commit | 28ae205ea489debfa3ff7190c52711479d6a6348 (patch) | |
| tree | 0216e7cb4b697915e0e4e961fd05dcb048c670d9 /app/Census/RegisterOfEngland1939.php | |
| parent | 9d7226754b0d6ce9c88fe08f8c283bb8ebc8a5b0 (diff) | |
| download | webtrees-28ae205ea489debfa3ff7190c52711479d6a6348.tar.gz webtrees-28ae205ea489debfa3ff7190c52711479d6a6348.tar.bz2 webtrees-28ae205ea489debfa3ff7190c52711479d6a6348.zip | |
Update birth date format to mirror transcription and record images on the FindMyPast website (#3598)
Fix date format
Fix test errors
Diffstat (limited to 'app/Census/RegisterOfEngland1939.php')
| -rw-r--r-- | app/Census/RegisterOfEngland1939.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/RegisterOfEngland1939.php b/app/Census/RegisterOfEngland1939.php index 9688306f2f..c9005b05cd 100644 --- a/app/Census/RegisterOfEngland1939.php +++ b/app/Census/RegisterOfEngland1939.php @@ -47,7 +47,7 @@ class RegisterOfEngland1939 extends CensusOfEngland implements CensusInterface new CensusColumnSurnameGivenNames($this, 'Name', 'Surname & other names'), new CensusColumnNull($this, 'Role', 'For institutions only – for example, Officer, Visitor, Servant, Patient, Inmate'), new CensusColumnSexMF($this, 'Sex', 'Male or Female'), - new CensusColumnBirthDayMonthSlashYear($this, 'DOB', 'Date of birth'), + new CensusColumnBirthDayMonthYear($this, 'DOB', 'Date of birth'), new CensusColumnConditionEnglish($this, 'MC', 'Marital Condition - Married, Single, Unmarried, Widowed or Divorced'), new CensusColumnOccupation($this, 'Occupation', 'Occupation'), ]; |
