We use moment js formats. Check here to see all possible formats: <a class="postlink" href="https://momentjs.com/">https://momentjs.com/</a> And also this is the component that we use for datetimepicker: <a class="postlink" href="https://github.com/pingcheng/bootstrap4-datetimepicker">https://github.com/pingcheng/bootstrap4-datetimepicker</a>
Hi @ramezani583, why are you trying to find aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/Views/Account/Login.cshtml
Hi @Panic,
Note: We use format: 'L' because if you change language format is changing automatically. If you set an absolute format, it won't change by localization.
How can I apply "dd/mm/yyyy HH:MM"?
format: 'dd/mm/yyyy HH:MM'
There is datetimepicker component instead of datepicker. We use this component:https://github.com/pingcheng/bootstrap4-datetimepicker and related js definition
"wwwroot/lib/bootstrap4-datetimepicker/build/js/bootstrap-datetimepicker.min.js",
Hi @registosglintt, there is already same topic, check this: #4517
Could you share logs (*.Host/App_Data/Logs/Logs.txt)?
Hi @ramezani583, did you select tenant? You should select tenant to see logos.
Hi @michelmk2, we resolved this issue.
Check related change: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/commit/3c552b4648377d8216256af0b01b37564b44e2dd#diff-16281b32d0eef5f5b47ce3b2c590de12">https://github.com/aspnetzero/aspnet-ze ... b2c590de12</a>
Hi @ramezani583, what is your product version? Did you check database if there are languages?
Are your phone and computer are the same network?
For example your host IP 192.168.1.5:22742 Can you connect this IP from your computer browser? Can you connect this IP from your phone browser?
Bearer token and JWT are different authentication methods. Check this : <a class="postlink" href="https://stackoverflow.com/questions/42086149/asp-net-identity-bearer-token-vs-jwt-pros-and-cons">https://stackoverflow.com/questions/420 ... s-and-cons</a>