You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/datepicker/EJ2_ASP.MVC/timezone-behavior.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,19 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone
26
26
27
27
N> The `serverTimezoneOffset` property is applicable **only for pre-bound values** (i.e., values set during initialization or data binding). It does **not affect** values selected by the user during runtime.
28
28
29
-
The following example demonstrates how to configure the serverTimezoneOffset property
29
+
{% if page.publishingplatform == "aspnet-core" %}
30
30
31
31
{% tabs %}
32
32
{% highlight cshtml tabtitle="CSHTML" %}
33
+
{% include code-snippet/datepicker/timezone-cs1/tagHelper %}
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/datepicker/EJ2_ASP.NETCORE/timezone-behavior.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,19 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone
26
26
27
27
N> The `serverTimezoneOffset` property is applicable **only for pre-bound values** (i.e., values set during initialization or data binding). It does **not affect** values selected by the user during runtime.
28
28
29
-
The following example demonstrates how to configure the serverTimezoneOffset property
29
+
{% if page.publishingplatform == "aspnet-core" %}
30
30
31
31
{% tabs %}
32
32
{% highlight cshtml tabtitle="CSHTML" %}
33
33
{% include code-snippet/datepicker/timezone-cs1/tagHelper %}
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/datetimepicker/EJ2_ASP.MVC/timezone-behavior.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,19 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone
26
26
27
27
N> The `serverTimezoneOffset` property is applicable **only for pre-bound values** (i.e., values set during initialization or data binding). It does **not affect** values selected by the user during runtime.
28
28
29
-
The following example demonstrates how to configure the serverTimezoneOffset property
29
+
{% if page.publishingplatform == "aspnet-core" %}
30
30
31
31
{% tabs %}
32
32
{% highlight cshtml tabtitle="CSHTML" %}
33
+
{% include code-snippet/datetimepicker/timezone-cs1/tagHelper %}
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/datetimepicker/EJ2_ASP.NETCORE/timezone-behavior.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,19 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone
26
26
27
27
N> The `serverTimezoneOffset` property is applicable **only for pre-bound values** (i.e., values set during initialization or data binding). It does **not affect** values selected by the user during runtime.
28
28
29
-
The following example demonstrates how to configure the serverTimezoneOffset property
29
+
{% if page.publishingplatform == "aspnet-core" %}
30
30
31
31
{% tabs %}
32
32
{% highlight cshtml tabtitle="CSHTML" %}
33
33
{% include code-snippet/datetimepicker/timezone-cs1/tagHelper %}
0 commit comments