• Date and Time
    Hi I need to compare two different date&time. Anyone ho have any app note on this?
  • day and date
    can someone help me write a C++ program that displays the day of the week of a particular date that is entered.E.g.the date entered is 23/03/2003,the program displays both the date and the corresponding...
  • Display TIME and DATE
    Could some body in this forum advise me with a simple code on how to diplay DATE and TIME using printf() statement. I tried cut and paste the one posted here, and it did not even compile ... whole...
  • the offline Daylight Saving Date
    Hi, i red there was a fix for the daylight saving what are the date for daylight saving change for
  • date/time as string
    I have the following code that sets the date & time: date_time_get_current_time(¤t_time); if(current_time.hours > 4 && current_time.hours <10) { When the device boots, time will be set 0 (2017...