Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法弄清楚如何在 ng2-admin 上使用日期时间选择器。我已经尝试过显示它,如附图所示:
我遇到的两个问题是:
有人可以分享一些关于这方面的信息。
在尝试了各种其他选项后,我采用了非常简单的 HTML5,暂时解决了我的问题。我改为使用以下内容: <input type="datetime-local" class="form-control" formControlName="arrivedat" class="form-control" id="input03">. 它工作得很好
<input type="datetime-local" class="form-control" formControlName="arrivedat" class="form-control" id="input03">
谦虚地请求,如果有人找到更好的解决方案(用材料做是我的目标),请分享。