Skip to content

AnnAngela/Date-TimePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Usage

import Picker from "./Picker";
const picker: Picker = new Picker();
picker.connectInput($("input"));

That's all. Picker will recognize the value of the input (YYYY-MM-DD HH:MM, such like 2019-12-19 16:00) and update that.

And Picker will only connect one input at the same time. So if you connect multiple times, the Picker will connect to the last one.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published