arthurdejong / python-stdnum

A Python library to provide functions to handle, parse and validate standard numbers.
https://arthurdejong.org/python-stdnum/
GNU Lesser General Public License v2.1
495 stars 205 forks source link

Compute birth date from Belgian National Number #288

Closed cedk closed 2 years ago

cedk commented 2 years ago

The Belgian National Number is most of the time build from the birth date (see https://fr.wikipedia.org/wiki/Num%C3%A9ro_de_registre_national#Composition). So it may be useful to be able to extract the date from the number.

arthurdejong commented 2 years ago

Hi @cedk thanks for your contribution. I've merged it as bda2a9c with some minor clarifications.