oe-date
v2.3.0
Published
oeCloud implemenetation of date picker with support for shortHand values
Downloads
31
Readme
<oe-date>
<oe-date>
is a an input control to capture date
data. The value
property exposes the selected date always in midnight UTC.
This repo also consists of the following components
- oe-date
- oe-datepicker
- oe-datetime - An element to capture the date-time value.
- oe-time - An element to capture the time value.
Install the Polymer-CLI
First, make sure you have the Polymer CLI and npm (packaged with Node.js) installed. Run npm install
to install your element's dependencies, then run polymer serve
to serve your element locally.
Viewing Your Element
$ polymer serve
Running Tests
$ polymer test
Your application is already set up to be tested via web-component-tester. Run polymer test
to run your application's test suite locally.