i want to get Date from input dialog. (I’m saying user should write like that : dd.MM.yyyy)
User : 10.09.2020 but how can i check it is true or not and want to check every single integer or date?
I want to show to log message by-one-by day another log message month etc. How can i do that?
Actually, i’m using your answer and also @lakshman answer to. When user enter smt big number like month or day i’m showing the message to user and keeping the number in log message. On the other hand, when user enter “/” or different number or smt i’m using your program as well.