Hi guys,
I'm writing a program that can read the date and the time separately. The only function I knew is ctime but it reads both of them, so is there any functions that can reed the date as:
month day, year
and time as: hour::minute::second
Thanks!