Skip to content

Instantly share code, notes, and snippets.

View nextgen-networks's full-sized avatar

Nextgen-Networks nextgen-networks

View GitHub Profile
@nextgen-networks
nextgen-networks / GenPersoNr.js
Created December 1, 2022 11:48 — forked from Niduroki/GenPersoNr.js
Generate German ID Card Numbers, now also in Javascript https://niduroki.net/perso-nr-generator/
<h1>Perso-Nummer Generator</h1>
Geburtsdatum:<br>
<input id="dob"> (Format: YYMMDD, also 01.02.1989 = 890201)<br>
Perso gültig bis:<br>
<input id="bbf"> (Format: YYMMDD, also 01.02.2025 = 250201)<br>
<a href="#" id="fill" onclick="fillnr">Personalausweisnummer erstellen</a><br>
<span id="out1" style="font-family: monospace;">...</span><br>
<span id="out2" style="font-family: monospace;">...</span><br>
<span id="out3" style="font-family: monospace;">...</span>