hi
We will check and fix this. Thanks.
Can you try to reproduce the problem in a new template project? Or steps and code that we can get the error locally?
I have tried to add input hidden in my application to add this solution but still return hijri in ar culture .
Can you share your code?
DId you use CultureInfo.CurrentUICulture or new CultureInfo()?
Does the API have any error logs?
hi
Try to run abp bundle to update the JS and CSS in your Blazor WASM project,
<div class="input-group">
<span class="input-group-text">@L["StartDate"].Value</span>
<input type="text"
class="form-control"
name="StartDate"
value="@DateTime.Now.AddMonths(-1).Date.ToString(CultureInfo.CurrentUICulture.DateTimeFormat.ShortDatePattern)" />
</div>
Maybe you can change the culture here.
MyCompanyName.MyProjectName.Web\Pages\HostDashboard.cshtml
hi
Share a full project with me liming.ma@volosoft.com
Thanks
You can test it first to see if there is any problem after you get a new computer, and continue to give feedback. Please open a new question.
And this commit is the change I made.
https://github.com/maliming/Abp-3394/commit/f95b70cc24ea96dc4da3b08c8a1ece5e6063dd07