Skip to content

gthomas-appfolio/datemonth-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date/Month picker example

Usage:

<script src="DateMonth.js"></script>
<script>
  $(function() {
    // Get current date value from input:
    var date = $("#datemonth input").val();

    // Pass the element to replace, name of the input, and date value:
    DateMonth('#datemonth', 'datemonth', date);
  });
</script>

Install & Run:

npm install
npm start
open http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published