From a73bd6f0cc9e4923cabeee0497c82fbc4d885916 Mon Sep 17 00:00:00 2001 From: fkohrt Date: Thu, 12 Nov 2020 15:41:14 +0000 Subject: [PATCH] Fix typo --- docs/initial-set-up/dates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/initial-set-up/dates.md b/docs/initial-set-up/dates.md index 16dd155..1f7a6e5 100644 --- a/docs/initial-set-up/dates.md +++ b/docs/initial-set-up/dates.md @@ -12,6 +12,6 @@ Date Input Fields - Type in the values you want for: **Date Input Format**, **Ti ## Date Preferences -By default, CiviCRM provides ranges for input on specific date fields. For instance, the default range for Activity Dates are 20 years prior to the current year all the way through to 10 years beyond the current year. If you would like to track activities that have occurred, say, 25 years ago then you would need to update this range to enable your end users to log these activities. To update these settings to the appropriate range go to **Administer > Customize Data and Screens > Date Preferences**. If you were to leave these settings as the default you will see an error such as this: Please enter a date between 01/01/1994 and 21/31/2024. +By default, CiviCRM provides ranges for input on specific date fields. For instance, the default range for Activity Dates are 20 years prior to the current year all the way through to 10 years beyond the current year. If you would like to track activities that have occurred, say, 25 years ago then you would need to update this range to enable your end users to log these activities. To update these settings to the appropriate range go to **Administer > Customize Data and Screens > Date Preferences**. If you were to leave these settings as the default you will see an error such as this: Please enter a date between 01/01/1994 and 12/31/2024. ![Advanced Date Input Settings](../img/configure-localization-advanced-date-input-settings.png) -- GitLab