0.0.1 • Published 9 years ago
bn2date v0.0.1
bn2date
Validate and return date from czech birth number.
Examples
var bn = require("../bn2date")
bn.isValid("7801233540") // -> {year: 1978, month: 1, day: 23}
bn.isValid("0123456789") // -> false
Test
npm install
npm run test
0.0.1
9 years ago