Klasa walidująca poprawność PESELu.
This commit is contained in:
parent
136cb90a1f
commit
b15b17be03
@ -66,7 +66,6 @@ public class PeselValid {
|
|||||||
return month;
|
return month;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public int getBirthDay() {
|
public int getBirthDay() {
|
||||||
int day;
|
int day;
|
||||||
day = 10 * PESEL[4];
|
day = 10 * PESEL[4];
|
||||||
|
Loading…
Reference in New Issue
Block a user