Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions ej2-asp-core-mvc/datepicker/EJ2_ASP.MVC/timezone-behavior.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone

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.

{% if page.publishingplatform == "aspnet-core" %}

{% tabs %}
{% include code-snippet/datepicker/timezone-cs1/tagHelper %}
{% endtabs %}

{% elsif page.publishingplatform == "aspnet-mvc" %}
The following example demonstrates how to configure the serverTimezoneOffset property

{% tabs %}
{% highlight cshtml tabtitle="CSHTML" %}
{% include code-snippet/datepicker/timezone-cs1/razor %}
{% endtabs %}
{% endif %}
{% endhighlight %}
{% endtabs %}
11 changes: 3 additions & 8 deletions ej2-asp-core-mvc/datepicker/EJ2_ASP.NETCORE/timezone-behavior.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone

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.

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

{% tabs %}
{% highlight cshtml tabtitle="CSHTML" %}
{% include code-snippet/datepicker/timezone-cs1/tagHelper %}
{% endhighlight %}
{% endtabs %}

{% elsif page.publishingplatform == "aspnet-mvc" %}

{% tabs %}
{% include code-snippet/datepicker/timezone-cs1/razor %}
{% endtabs %}
{% endif %}
13 changes: 4 additions & 9 deletions ej2-asp-core-mvc/datetimepicker/EJ2_ASP.MVC/timezone-behavior.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone

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.

{% if page.publishingplatform == "aspnet-core" %}

{% tabs %}
{% include code-snippet/datetimepicker/timezone-cs1/tagHelper %}
{% endtabs %}

{% elsif page.publishingplatform == "aspnet-mvc" %}
The following example demonstrates how to configure the serverTimezoneOffset property

{% tabs %}
{% highlight cshtml tabtitle="CSHTML" %}
{% include code-snippet/datetimepicker/timezone-cs1/razor %}
{% endtabs %}
{% endif %}
{% endhighlight %}
{% endtabs %}
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone

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.

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

{% tabs %}
{% highlight cshtml tabtitle="CSHTML" %}
{% include code-snippet/datetimepicker/timezone-cs1/tagHelper %}
{% endtabs %}

{% elsif page.publishingplatform == "aspnet-mvc" %}

{% tabs %}
{% include code-snippet/datetimepicker/timezone-cs1/razor %}
{% endtabs %}
{% endif %}
{% endhighlight %}
{% endtabs %}