diff --git a/10/umbraco-forms/editor/creating-a-form/fieldtypes/date.md b/10/umbraco-forms/editor/creating-a-form/fieldtypes/date.md index 9241f26da6e..45f523966fb 100644 --- a/10/umbraco-forms/editor/creating-a-form/fieldtypes/date.md +++ b/10/umbraco-forms/editor/creating-a-form/fieldtypes/date.md @@ -6,7 +6,7 @@ The date picker uses a front-end library called [Pikaday](https://github.com/dbu Pikaday date picker can be localised based on the page the Form is rendered on. -The date picker displays the picked date in the required locale. Using JavaScript, a hidden field is updated with a standard date format to send to the server for storing the record submission in a standard format. This avoids the locale mixing up the dates. +The date picker displays the picked date in the required locale. Using JavaScript, a hidden field is updated with a standard date format to send to the server for storing record submissions. This avoids the locale mixing up the dates. To achieve localized date, a Razor partial view is included at `/Views/Partials/Forms/Themes/default/DatePicker.cshtml`. diff --git a/12/umbraco-forms/editor/creating-a-form/fieldtypes/date.md b/12/umbraco-forms/editor/creating-a-form/fieldtypes/date.md index 9241f26da6e..45f523966fb 100644 --- a/12/umbraco-forms/editor/creating-a-form/fieldtypes/date.md +++ b/12/umbraco-forms/editor/creating-a-form/fieldtypes/date.md @@ -6,7 +6,7 @@ The date picker uses a front-end library called [Pikaday](https://github.com/dbu Pikaday date picker can be localised based on the page the Form is rendered on. -The date picker displays the picked date in the required locale. Using JavaScript, a hidden field is updated with a standard date format to send to the server for storing the record submission in a standard format. This avoids the locale mixing up the dates. +The date picker displays the picked date in the required locale. Using JavaScript, a hidden field is updated with a standard date format to send to the server for storing record submissions. This avoids the locale mixing up the dates. To achieve localized date, a Razor partial view is included at `/Views/Partials/Forms/Themes/default/DatePicker.cshtml`. diff --git a/13/umbraco-forms/editor/creating-a-form/fieldtypes/date.md b/13/umbraco-forms/editor/creating-a-form/fieldtypes/date.md index 9241f26da6e..45f523966fb 100644 --- a/13/umbraco-forms/editor/creating-a-form/fieldtypes/date.md +++ b/13/umbraco-forms/editor/creating-a-form/fieldtypes/date.md @@ -6,7 +6,7 @@ The date picker uses a front-end library called [Pikaday](https://github.com/dbu Pikaday date picker can be localised based on the page the Form is rendered on. -The date picker displays the picked date in the required locale. Using JavaScript, a hidden field is updated with a standard date format to send to the server for storing the record submission in a standard format. This avoids the locale mixing up the dates. +The date picker displays the picked date in the required locale. Using JavaScript, a hidden field is updated with a standard date format to send to the server for storing record submissions. This avoids the locale mixing up the dates. To achieve localized date, a Razor partial view is included at `/Views/Partials/Forms/Themes/default/DatePicker.cshtml`.