added d/m/Y to run_time

pull/73/head
Jon Sowman 2010-07-21 05:00:15 -07:00
rodzic 8acad483f3
commit 3b5a917181
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -152,7 +152,7 @@ function writePredictionInfo(current_uuid, run_time, gfs_timestamp) {
// populate the download links
$("#dlcsv").attr("href", "preds/"+current_uuid+"/flight_path.csv");
$("#dlkml").attr("href", "kml.php?uuid="+current_uuid);
$("#run_time").html(POSIXtoHM(run_time));
$("#run_time").html(POSIXtoHM(run_time, "H:i d/m/Y"));
$("#gfs_timestamp").html(gfs_timestamp);
}