Wie Sie einen "datetime" - picker für angular js-Anwendung?

Ich bin der Entwicklung eines angular js-Anwendung. Es hat eine Seite mit einer Eingabe als Datum. Ich muss hinzufügen, ein Datum als Eingabe.

Date Input

<input type="date" ng-model="InputDate" />

Wie kann ich das tun?

  • funktioniert das nicht?
  • Hoffe, guide, oder ein einfaches Beispiel, wie Eingabe-Datum.
Schreibe einen Kommentar