time and date

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

time and date

2,067 次查看
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:
标签 (1)
标记 (1)
0 项奖励
回复
2 回复数

994 次查看
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 项奖励
回复

994 次查看
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