Last active
August 29, 2015 14:06
-
-
Save gergelyke/4a0f252459b83912ba17 to your computer and use it in GitHub Desktop.
Such javascript, very unicredit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// not written by me, found at unicredit's spectranet :) | |
// now I feel a lot safer | |
function parseBug(m){ | |
if (m == '08') return '8'; | |
if (m == '09') return '9'; | |
return m | |
} | |
var dp_y=parseInt(parseBug(v.substring(0,4))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
olyan furcsa ez a java.