0
mz_s73 created
- ABP Framework version: v7.3
- UI Type: MVC
- Database System: EF Core (PostgreSQL)
- Tiered (for MVC): Yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
I am using date range picker using abps tag helper. Currently it shows MM/DD/YYYY as date format. How do I set the display format to be DD/MM/YYYY - DD/MM/YYYY.
<abp-date-range-picker id="DateRangePicker" asp-for-start="@Model.StartDate.Date" asp-for-end="@Model.EndDate.Date" max-date="@Model.MaxDate" readonly=true label="Date Range" open-button=false data-date-limit='{"days": "6"}' data-show-today-button="false" data-show-clear-button="false" />
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
5 Answer(s)
-
0
hi
You can override the
abp/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/dom-event-handlers.jsfile.We will add an option to override it.
https://github.com/abpframework/abp/issues/18298
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
