This commit is contained in:
Valentina Vandro 2017-09-06 00:17:34 +02:00
parent 307aae9a6e
commit bd7dc22601

View File

@ -42,7 +42,7 @@ var cf = CodiceFiscale.compute({
**NEW** Added support for foreign countries **NEW** Added support for foreign countries
=== ===
Use the italian name of the foreign country (e.g. Francia, for France) as birthplace Use the italian name of the foreign country (e.g. Francia, for France) as birthplace
and "EE" as birthplace provice and "EE" as birthplace_provincia
```js ```js
var cf = CodiceFiscale.compute("Enzo","Righi","M",24,7,1957,"Francia", "EE"); var cf = CodiceFiscale.compute("Enzo","Righi","M",24,7,1957,"Francia", "EE");
``` ```