2.3.0 • Published 4 years ago

oe-date v2.3.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

\<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.