02.01.2010, 21:47
I'd like to know how to filter a value for my birth date system.
1st : A player would enter in a command or whatever some text.
2nd : I'd like to make sure he's using the good format (dd/mm/yyyy)
3rd : Then, I would separate them, removing all the slashes ( / ) into 3 different values
My problem comes after I get the text entered by the player. I don't know what to do for steps 2 and 3.
Thanks for helping!