It is a component that displays the time by receiving the date according to the format set in the program.
Example:
<things-date-picker
label="Date Picker"
locale="ko"
read-format="YYYY-MM-DD">
</things-date-picker>
Example:
<things-date-from-to
locale="ko"
read-format="YYYY-MM-DD">
</things-date-from-to>
It is a component that displays the time by receiving Date Time according to the format set in the program.
Example:
<things-date-time-picker
label="Date Time"
locale="ko"
read-format="YYYY-MM-DD hh:mm:ss">
</things-date-time-picker>
It is a component that displays the time by receiving Time according to the format set in the program.
Example:
<things-time-picker
label="Time Picker"
read-format="hh:mm:ss">
</things-time-picker>
Example:
<things-date-time-range-picker
locale="ko"
name="datetime"
label="Date"
read-format="YYYY-MM-DD HH:mm:ss"
write-format="YYYY-MM-DD HH:mm:ss">
</things-date-time-range-picker>
First, make sure you have the Polymer CLI installed. Then run polymer serve
to serve your application locally.
$ polymer serve
$ polymer build
You can launch the server from build/bundled
or build/unbundled
with the following command:
$ polymer serve build/bundled
$ polymer test
The test has been set up as described in web-component-tester. You can run the test with the following command.
$ polymer test