Hi,
I am new member in this location.
I wanted to quaering about format the date in the computer system .
in our class we study C ++ language.
and learned this build in function :
strtok ( , )
that take the variable in first argument , until see the character in another argument.
so, we used this function in cutting the date in the system 3 times.
strtok (variable, "/") ;
because we used storing the day , month and year in different variables.
but my quaering .
Why using "/" in the third time.?
and I searched about format the date in the computer system to see how it writing, may be it written in month/ day/ year/ time.
but it written in format:
date: month/ day/ year
time :...
What do you think the reason ?
I hope to find the reason in this location.
my greeting
thank you