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
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,10 @@ 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
-
{% if page.publishingplatform == "aspnet-core" %}
30
-
31
-
{% tabs %}
32
-
{% 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
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,10 @@ 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
-
{% if page.publishingplatform == "aspnet-core" %}
29
+
The following example demonstrates how to configure the serverTimezoneOffset property
30
30
31
31
{% tabs %}
32
+
{% highlight cshtml tabtitle="CSHTML" %}
32
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
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,10 @@ 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
-
{% if page.publishingplatform == "aspnet-core" %}
30
-
31
-
{% tabs %}
32
-
{% 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
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,10 @@ 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
-
{% if page.publishingplatform == "aspnet-core" %}
29
+
The following example demonstrates how to configure the serverTimezoneOffset property
30
30
31
31
{% tabs %}
32
+
{% highlight cshtml tabtitle="CSHTML" %}
32
33
{% include code-snippet/datetimepicker/timezone-cs1/tagHelper %}
0 commit comments