README
Datetime-picker
A React component for picking date/time values.
Installation
yarn add @atlaskit/datetime-picker
Usage
Detailed docs and example usage can be found here.
A date time picker allows the user to select an associated date and time.
<script type="module">
import atlaskitDatetimePicker from 'https://cdn.skypack.dev/@atlaskit/datetime-picker';
</script>
A React component for picking date/time values.
yarn add @atlaskit/datetime-picker
Detailed docs and example usage can be found here.