Files
crm.e5.pl/modules/EcmDocs/showDate.php

3 lines
93 B
PHP
Raw Normal View History

2024-04-27 09:23:34 +02:00
<?
print $timedate->to_display($_REQUEST['value'], "Y-m-d", $timedate->get_date_format());
?>