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
Yes, The code already exists on https://github.com/maliming/Abp-3394/tree/main/src