Search found 1 match

by tiabarca
13 Oct 2005, 08:39
Forum: Customizations
Topic: Mantis Add-On - Time Tracker - Easy to run & install
Replies: 59
Views: 204322

a few modifications

Hi,

Great work, very usefull for my company. I made a few modifications, to your code: Current date select boxes don't show dates correctly, I replaced the code for:


file: time_tracking.php

<?php
$current_date = explode ("-", date("d-m-Y"));
?>
<select tabindex="5" name="day">
<?php print ...