Skip to content

Commit

Permalink
feat(docs): time zone offset
Browse files Browse the repository at this point in the history
  • Loading branch information
bkapustik committed Jul 4, 2024
1 parent 8cfa63a commit 6cafe12
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Calendar form component integration enabling to add a calendar form component. T

## Screenshots

![Form builder UI calendar form component configuration](/images/calendar-component-form-builder.png)
![Calendar single value form component configuration](/images/calendar-component-single-value.png)
![Calendar multi value form component configuration](/images/calendar-component-multi-value.png)
![Form builder UI calendar form component configuration](./images/calendar-component-form-builder.png)
![Calendar single value form component configuration](./images/calendar-component-single-value.png)
![Calendar multi value form component configuration](./images/calendar-component-multi-value.png)

## Library Version Matrix

Expand Down
2 changes: 1 addition & 1 deletion docs/Multi-Value-Calendar-Component.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configure a multi value Calendar form component

![Component](/images/calendar-component-multi-value.png)
![Component](../images/calendar-component-multi-value.png)

The following properties are configurable in the kentico form builder:
1. Is multi date selection - Configures the calendar component to allow for range selection or multiple dates.
Expand Down
9 changes: 7 additions & 2 deletions docs/Single-Value-Calendar-Component.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configure a single value Calendar form component

![Component](/images/calendar-component-single-value.png)
![Component](../images/calendar-component-single-value.png)

The following properties are configurable in the kentico form builder:
1. Show Date Only - Configures the calendar component to use date or date and time format.
Expand All @@ -11,4 +11,9 @@ The following properties are configurable in the kentico form builder:

4. Date Format - Configure the displayed date format.

5. Excluded Date Time Data Provider - Here you can select the [Calendar dynamic data provider](./Dynamic-Calendar-Data-Provider.md).
5. Display time in client's time zone - Configures whether the value should be automatically shown in the client's time zone. If true,
offset is added to the selected time according to user's time zone.
Time is always saved in the server's time zone.
Only Date Time uses the offset. Date only does not convert the time.

1. Excluded Date Time Data Provider - Here you can select the [Calendar dynamic data provider](./Dynamic-Calendar-Data-Provider.md).

0 comments on commit 6cafe12

Please sign in to comment.