I'm not asking for a lot, I just want to be able to manipulate time and date in program.
for example I want to be able to make statements that say:
1 2 3 4 5
if (date is 15th of a month)
{
cout<<"todays date is"<<date;
}
that's not the code ofc, but I just want to know what library I need to access that day and how to manipulate it. if you need a better example. let me know I can make one.