Lat: -34° 52' 0,48'' Lon: -58° 08' 22,92'' Height: 46.25 m.a.s.l.


>

NO DATA

>

NO DATA


Insert date (or press "Last" to see today's plots):

Day (DD): "/> Month (MM): "/> Year (YYYY): "/>


Copyright 2012 Fernando P. Hauscarriaga (fernandoph AT iar.unlp.edu.ar)

Instituto Argentino de Radioastronomía(IAR)

http://www.iar.unlp.edu.ar/~fernandoph

http://www.iar.unlp.edu.ar

ERROR: Date is out of range


31 || $_POST['month'] > 12) baddate(); else { $actual[mday] = $_POST['day']; $actual[mon] = $_POST['month']; $actual[year] = $_POST['year']; $dispatch = sprintf("%04d%02d%02d", $actual[year], $actual[mon], $actual[mday]); display($dispatch); update_form(); } } if($_POST['next'] == "Next >") { $actual[mday] = $_POST['day']; $actual[mon] = $_POST['month']; $actual[year] = $_POST['year']; $actual[mday]++; $dispatch = sprintf("%04d%02d%02d", $actual[year], $actual[mon], $actual[mday]); display($dispatch); update_form(); } if($_POST['prev'] == "< Previous") { $actual[mday] = $_POST['day']; $actual[mon] = $_POST['month']; $actual[year] = $_POST['year']; $actual[mday]--; $dispatch = sprintf("%04d%02d%02d", $actual[year], $actual[mon], $actual[mday]); display($dispatch); update_form(); } if($_POST['last'] == "Last (Today)") { $actual = getdate(); $dispatch = sprintf("%04d%02d%02d", $actual[year], $actual[mon], $actual[mday]); display($dispatch); update_form(); } footnote(); ?>