Skip to content

Commit 35a918a

Browse files
Merge pull request #4555 from syncfusion-content/EJ2-966391-hotfix
966391: Updated Asp.net UG Documentation
2 parents 001c0df + a53edaf commit 35a918a

File tree

4 files changed

+15
-35
lines changed

4 files changed

+15
-35
lines changed

ej2-asp-core-mvc/datepicker/EJ2_ASP.MVC/timezone-behavior.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,10 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone
2626

2727
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.
2828

29-
{% if page.publishingplatform == "aspnet-core" %}
30-
31-
{% tabs %}
32-
{% include code-snippet/datepicker/timezone-cs1/tagHelper %}
33-
{% endtabs %}
34-
35-
{% elsif page.publishingplatform == "aspnet-mvc" %}
29+
The following example demonstrates how to configure the serverTimezoneOffset property
3630

3731
{% tabs %}
32+
{% highlight cshtml tabtitle="CSHTML" %}
3833
{% include code-snippet/datepicker/timezone-cs1/razor %}
39-
{% endtabs %}
40-
{% endif %}
34+
{% endhighlight %}
35+
{% endtabs %}

ej2-asp-core-mvc/datepicker/EJ2_ASP.NETCORE/timezone-behavior.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,10 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone
2626

2727
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.
2828

29-
{% if page.publishingplatform == "aspnet-core" %}
29+
The following example demonstrates how to configure the serverTimezoneOffset property
3030

3131
{% tabs %}
32+
{% highlight cshtml tabtitle="CSHTML" %}
3233
{% include code-snippet/datepicker/timezone-cs1/tagHelper %}
34+
{% endhighlight %}
3335
{% endtabs %}
34-
35-
{% elsif page.publishingplatform == "aspnet-mvc" %}
36-
37-
{% tabs %}
38-
{% include code-snippet/datepicker/timezone-cs1/razor %}
39-
{% endtabs %}
40-
{% endif %}

ej2-asp-core-mvc/datetimepicker/EJ2_ASP.MVC/timezone-behavior.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,10 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone
2626

2727
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.
2828

29-
{% if page.publishingplatform == "aspnet-core" %}
30-
31-
{% tabs %}
32-
{% include code-snippet/datetimepicker/timezone-cs1/tagHelper %}
33-
{% endtabs %}
34-
35-
{% elsif page.publishingplatform == "aspnet-mvc" %}
29+
The following example demonstrates how to configure the serverTimezoneOffset property
3630

3731
{% tabs %}
32+
{% highlight cshtml tabtitle="CSHTML" %}
3833
{% include code-snippet/datetimepicker/timezone-cs1/razor %}
39-
{% endtabs %}
40-
{% endif %}
34+
{% endhighlight %}
35+
{% endtabs %}

ej2-asp-core-mvc/datetimepicker/EJ2_ASP.NETCORE/timezone-behavior.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,10 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone
2626

2727
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.
2828

29-
{% if page.publishingplatform == "aspnet-core" %}
29+
The following example demonstrates how to configure the serverTimezoneOffset property
3030

3131
{% tabs %}
32+
{% highlight cshtml tabtitle="CSHTML" %}
3233
{% include code-snippet/datetimepicker/timezone-cs1/tagHelper %}
33-
{% endtabs %}
34-
35-
{% elsif page.publishingplatform == "aspnet-mvc" %}
36-
37-
{% tabs %}
38-
{% include code-snippet/datetimepicker/timezone-cs1/razor %}
39-
{% endtabs %}
40-
{% endif %}
34+
{% endhighlight %}
35+
{% endtabs %}

0 commit comments

Comments
 (0)