im trying to use time and date from neo-6m for a telescope.
what i need is to take these statements and set them to vaarible
gps.time.hour ();
gps.time.minute ();
gps.time.second ();
gps.date.year ();
gps.date.date ();
gps.date.month ();
int monthA;
i tried monthA=gps.date.month ();
i check with Serial.print(monthA);
it print out a set zero