0
I need to capture the system date and store it in an entire variable, as I will need to compare it to a date that will be informed by the user. I found the function _strdate
that stores the date on the formed DD/MM/AA in a string, however it is not so interesting in my case, because I intend that the date informed by the user is in the format DDMMAAAA. Is there any way to capture the date in this format and convert it to whole? Also, how can I make the comparison with another informed date? I will need to analyze number by number?