Files
crm.e5.pl/modules/EcmDocs/showDate.php
2024-04-27 09:23:34 +02:00

3 lines
93 B
PHP

<?
print $timedate->to_display($_REQUEST['value'], "Y-m-d", $timedate->get_date_format());
?>