-->
Page 2 of 4

Re: My 4 digit clock with a NTP time client

PostPosted: Thu Dec 17, 2015 3:15 pm
by Leandro Rodrigues
Thanks a lot everybody!
Time.h was inclided, but I try include it again...then TimeLib.h and Time.h was included....
Error doesn't exist any more.
Thanks! Thanks! Thanks! :D

Re: My 4 digit clock with a NTP time client

PostPosted: Thu Dec 17, 2015 8:35 pm
by Leandro Rodrigues
Dear Mr.
One more detail. This function... printTime(const char s[],time_t t)...
What the parameter I need to use to print day,month and year ?
Thaks again!

Re: My 4 digit clock with a NTP time client

PostPosted: Thu Dec 17, 2015 8:40 pm
by martinayotte
Where this printTime() comes from ?
It is not part of Time library ...

Re: My 4 digit clock with a NTP time client

PostPosted: Fri Dec 18, 2015 2:52 am
by nigelbe
martinayotte wrote:Where this printTime() comes from ?
It is not part of Time library ...


It's part of the program.