2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Print date when selected

This commit is contained in:
azammitdcarf
2010-08-31 00:49:36 +00:00
parent a0aabbcc53
commit 02b84a2dd0

View File

@@ -530,7 +530,7 @@ function display_calendar($respondent_id, $questionnaire_id, $year = false, $mon
</tr>
</table>
<?
print "<div>" . date('l j F Y',mktime(0,0,0,$month,$day,$year)) . "</div>";
}