time and date

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

time and date

1,420 Views
Seitec
Contributor III
Hello, I have seen time.h head file, and I would like implemented time and data in my project. In the codewarrior 5.9.0 is there only head file with structure? Or is there any *.c file with function. Has anybody experience with this? Thank you :smileyhappy:
Labels (1)
Tags (1)
0 Kudos
2 Replies

347 Views
Seitec
Contributor III
Thank you. I will solve time and date with RTC chip for example DS32x35 has anybody some experiance with this problems? How chip is good? Or know anybody better idea how realize time and data? thank you very much
0 Kudos

347 Views
stanish
NXP Employee
NXP Employee
Seitec,

Indeed there is just header file "time.h" including time/date data types plus API available.
In order to use it you should implement the functions in your own *.c file.

There is some information available in the compiler manual (<CodeWarrior home>\Help\Pdf\Manual_Compiler_HCxx.pdf) "Time Functions"

Stanish