Date translation

This commit is contained in:
Serghey Rodin 2015-06-03 17:41:43 +03:00
commit 4929747f70
39 changed files with 74 additions and 55 deletions

View file

@ -71,8 +71,8 @@
<table class="data-col1">
<tr>
<td>
<a class="data-date"><?php echo strftime("%d %b %Y", strtotime($v_date))?></a><br>
<a class="data-date"><?php echo $v_time?></a>
<a class="data-date"><?=translate_date($v_date)?></a><br>
<a class="data-date"><?=$v_time?></a>
</td>
</tr>
<tr><td class="data-<?php echo $v_status ?>"><b><?php echo __($v_status) ?></b></td></tr>