Arduino Version Problem

Hello guys I'm in the middle of a project and I have a big problem. I have to show the time and the date on my lcd screen 16*2 .I have 2 versions of arduino 1.0.2 and 0022 so on 1.0.2 i cant display variables on my lcd screen for example slcd.print(temperature, DEC);
on the other i tried the same thing and it works , but the problem isn't here . The version 0022 cant reed the library called RTC (real time clock ) and on the 1.0.2 i cant display variables on the screen . So i need to know how to display a variable on my lcd on the version 1.0.2 or how to make the library RTC works on the version 0022 .
I hope one of you will understand my problem , i don't have much time . Thank you :slight_smile:

I suggest you spend your time getting the LCD print code working under 1.0.2.

You forgot something. Actually, two things. Two things that are required for anyone to be able to help you. Hopefully this is not too subtle...
http://forum.arduino.cc/index.php?topic=99388.msg745270#msg745270

And please use
</mark> <mark>[code]</mark> <mark>

</mark> <mark>[/code]</mark> <mark>
tags.

how this can help me ?

Apparently it was too subtle.

Post your code. Use
</mark> <mark>[code]</mark> <mark>

</mark> <mark>[/code]</mark> <mark>
tags.