Skip to content

Commit

Permalink
Merge pull request #5973 from erikjanwestendorp/update-fieldtypes-date
Browse files Browse the repository at this point in the history
Update fieldtypes date
  • Loading branch information
alina-tincas authored Mar 21, 2024
2 parents bb2bace + a4482f5 commit 2ee76fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 10/umbraco-forms/editor/creating-a-form/fieldtypes/date.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion 12/umbraco-forms/editor/creating-a-form/fieldtypes/date.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion 13/umbraco-forms/editor/creating-a-form/fieldtypes/date.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 2ee76fd

Please sign in to comment.