Skip to content

A node.js module that searches dates and times into HTML, and converts them into the international standard date notation.

Notifications You must be signed in to change notification settings

elixirhub/events-portal-datich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datich

How to use

var datich = require('datich');

var dates = datich(html);

Result

dates [
  {
    value
    index
    isd // international standard date
  }
]

Command line utilization

node datich.js http://elixir-europe.org/events
node datich.js '20 April 2015' '21 Apr 2015'

Installation

Manually:

git clone git://github.com/elixirhub/datich.git

License

Datich is licensed under the MIT license.

About

A node.js module that searches dates and times into HTML, and converts them into the international standard date notation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published