diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-02-09 19:35:25 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-02-09 19:35:46 +0000 |
| commit | ffd11e90224b96d3db50a8bc3391d6f1657075fe (patch) | |
| tree | 44af306105694fa785a30d4f93a49a391a559f2d /app | |
| parent | 05947cfe77a537813961f12b82be4aa9c28fb943 (diff) | |
| download | webtrees-ffd11e90224b96d3db50a8bc3391d6f1657075fe.tar.gz webtrees-ffd11e90224b96d3db50a8bc3391d6f1657075fe.tar.bz2 webtrees-ffd11e90224b96d3db50a8bc3391d6f1657075fe.zip | |
UK census dates
Diffstat (limited to 'app')
| -rw-r--r-- | app/Census/CensusOfEngland1861.php | 2 | ||||
| -rw-r--r-- | app/Census/CensusOfEngland1871.php | 2 | ||||
| -rw-r--r-- | app/Census/CensusOfEngland1881.php | 2 | ||||
| -rw-r--r-- | app/Census/CensusOfEngland1891.php | 2 | ||||
| -rw-r--r-- | app/Census/CensusOfEngland1911.php | 2 | ||||
| -rw-r--r-- | app/Census/CensusOfScotland1861.php | 2 | ||||
| -rw-r--r-- | app/Census/CensusOfScotland1871.php | 2 | ||||
| -rw-r--r-- | app/Census/CensusOfScotland1881.php | 2 | ||||
| -rw-r--r-- | app/Census/CensusOfScotland1891.php | 2 | ||||
| -rw-r--r-- | app/Census/CensusOfScotland1911.php | 2 | ||||
| -rw-r--r-- | app/Census/CensusOfWales1861.php | 2 | ||||
| -rw-r--r-- | app/Census/CensusOfWales1871.php | 2 | ||||
| -rw-r--r-- | app/Census/CensusOfWales1881.php | 2 | ||||
| -rw-r--r-- | app/Census/CensusOfWales1891.php | 2 | ||||
| -rw-r--r-- | app/Census/CensusOfWales1911.php | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/app/Census/CensusOfEngland1861.php b/app/Census/CensusOfEngland1861.php index a2e856b867..1b8e715674 100644 --- a/app/Census/CensusOfEngland1861.php +++ b/app/Census/CensusOfEngland1861.php @@ -25,7 +25,7 @@ class CensusOfEngland1861 extends CensusOfEngland implements CensusInterface { * @return string */ public function censusDate() { - return '07 MAR 1861'; + return '07 APR 1861'; } /** diff --git a/app/Census/CensusOfEngland1871.php b/app/Census/CensusOfEngland1871.php index e2a047096a..bfede578ba 100644 --- a/app/Census/CensusOfEngland1871.php +++ b/app/Census/CensusOfEngland1871.php @@ -25,7 +25,7 @@ class CensusOfEngland1871 extends CensusOfEngland implements CensusInterface { * @return string */ public function censusDate() { - return '02 MAR 1871'; + return '02 APR 1871'; } /** diff --git a/app/Census/CensusOfEngland1881.php b/app/Census/CensusOfEngland1881.php index e388c74339..5d418e33db 100644 --- a/app/Census/CensusOfEngland1881.php +++ b/app/Census/CensusOfEngland1881.php @@ -25,7 +25,7 @@ class CensusOfEngland1881 extends CensusOfEngland implements CensusInterface { * @return string */ public function censusDate() { - return '03 MAR 1881'; + return '03 APR 1881'; } /** diff --git a/app/Census/CensusOfEngland1891.php b/app/Census/CensusOfEngland1891.php index d91240e9be..b59e1a9969 100644 --- a/app/Census/CensusOfEngland1891.php +++ b/app/Census/CensusOfEngland1891.php @@ -25,7 +25,7 @@ class CensusOfEngland1891 extends CensusOfEngland implements CensusInterface { * @return string */ public function censusDate() { - return '05 MAR 1891'; + return '05 APR 1891'; } /** diff --git a/app/Census/CensusOfEngland1911.php b/app/Census/CensusOfEngland1911.php index b91334d3cc..11516061a2 100644 --- a/app/Census/CensusOfEngland1911.php +++ b/app/Census/CensusOfEngland1911.php @@ -25,7 +25,7 @@ class CensusOfEngland1911 extends CensusOfEngland implements CensusInterface { * @return string */ public function censusDate() { - return '02 MAR 1911'; + return '02 APR 1911'; } /** diff --git a/app/Census/CensusOfScotland1861.php b/app/Census/CensusOfScotland1861.php index fc1f342462..c942e60ee3 100644 --- a/app/Census/CensusOfScotland1861.php +++ b/app/Census/CensusOfScotland1861.php @@ -25,7 +25,7 @@ class CensusOfScotland1861 extends CensusOfScotland implements CensusInterface { * @return string */ public function censusDate() { - return '07 MAR 1861'; + return '07 APR 1861'; } /** diff --git a/app/Census/CensusOfScotland1871.php b/app/Census/CensusOfScotland1871.php index 28bfdca3dd..c562efab37 100644 --- a/app/Census/CensusOfScotland1871.php +++ b/app/Census/CensusOfScotland1871.php @@ -25,7 +25,7 @@ class CensusOfScotland1871 extends CensusOfScotland implements CensusInterface { * @return string */ public function censusDate() { - return '02 MAR 1871'; + return '02 APR 1871'; } /** diff --git a/app/Census/CensusOfScotland1881.php b/app/Census/CensusOfScotland1881.php index 2dd6ed8de8..97b74b3f80 100644 --- a/app/Census/CensusOfScotland1881.php +++ b/app/Census/CensusOfScotland1881.php @@ -25,7 +25,7 @@ class CensusOfScotland1881 extends CensusOfScotland implements CensusInterface { * @return string */ public function censusDate() { - return '03 MAR 1881'; + return '03 APR 1881'; } /** diff --git a/app/Census/CensusOfScotland1891.php b/app/Census/CensusOfScotland1891.php index baae63d6c6..0df25fa02d 100644 --- a/app/Census/CensusOfScotland1891.php +++ b/app/Census/CensusOfScotland1891.php @@ -25,7 +25,7 @@ class CensusOfScotland1891 extends CensusOfScotland implements CensusInterface { * @return string */ public function censusDate() { - return '05 MAR 1891'; + return '05 APR 1891'; } /** diff --git a/app/Census/CensusOfScotland1911.php b/app/Census/CensusOfScotland1911.php index 404780e05c..56f6252bbb 100644 --- a/app/Census/CensusOfScotland1911.php +++ b/app/Census/CensusOfScotland1911.php @@ -25,7 +25,7 @@ class CensusOfScotland1911 extends CensusOfScotland implements CensusInterface { * @return string */ public function censusDate() { - return '02 MAR 1911'; + return '02 APR 1911'; } /** diff --git a/app/Census/CensusOfWales1861.php b/app/Census/CensusOfWales1861.php index 1df1fe6886..c5c4bc4b15 100644 --- a/app/Census/CensusOfWales1861.php +++ b/app/Census/CensusOfWales1861.php @@ -25,7 +25,7 @@ class CensusOfWales1861 extends CensusOfWales implements CensusInterface { * @return string */ public function censusDate() { - return '07 MAR 1861'; + return '07 APR 1861'; } /** diff --git a/app/Census/CensusOfWales1871.php b/app/Census/CensusOfWales1871.php index d56f05e967..fc2ce9e4d8 100644 --- a/app/Census/CensusOfWales1871.php +++ b/app/Census/CensusOfWales1871.php @@ -25,7 +25,7 @@ class CensusOfWales1871 extends CensusOfWales implements CensusInterface { * @return string */ public function censusDate() { - return '02 MAR 1871'; + return '02 APR 1871'; } /** diff --git a/app/Census/CensusOfWales1881.php b/app/Census/CensusOfWales1881.php index c6b5b8ae2d..b4fe9586a5 100644 --- a/app/Census/CensusOfWales1881.php +++ b/app/Census/CensusOfWales1881.php @@ -25,7 +25,7 @@ class CensusOfWales1881 extends CensusOfWales implements CensusInterface { * @return string */ public function censusDate() { - return '03 MAR 1881'; + return '03 APR 1881'; } /** diff --git a/app/Census/CensusOfWales1891.php b/app/Census/CensusOfWales1891.php index de2c8a45de..267bf88859 100644 --- a/app/Census/CensusOfWales1891.php +++ b/app/Census/CensusOfWales1891.php @@ -25,7 +25,7 @@ class CensusOfWales1891 extends CensusOfWales implements CensusInterface { * @return string */ public function censusDate() { - return '05 MAR 1891'; + return '05 APR 1891'; } /** diff --git a/app/Census/CensusOfWales1911.php b/app/Census/CensusOfWales1911.php index 6aed32b917..431978341f 100644 --- a/app/Census/CensusOfWales1911.php +++ b/app/Census/CensusOfWales1911.php @@ -25,7 +25,7 @@ class CensusOfWales1911 extends CensusOfWales implements CensusInterface { * @return string */ public function censusDate() { - return '02 MAR 1911'; + return '02 APR 1911'; } /** |
