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