need hlelp please

hello guys please i want help asap... i have error saving time from ds1307. My program will give you time when you time your medication. with number of pills and every thing. The thing is in time. they are giving me error that the variables h,h1,h2............. are not declared... please help as soon as possible
the code is attached............ please help

please help

.. no code attached and no idea what you want

Please use the </> button and paste your code in, or Reply and use the Attachment and Other options to attach your .ino file to the response.

"they are giving me error that the variables h,h1,h2............. are not declared"
This could be as simple as adding

byte h;
byte h1;
byte h2;

to the top of your sketch.