Add php files
This commit is contained in:
4
modules/EcmReceipts2/getPaymentDate.php
Executable file
4
modules/EcmReceipts2/getPaymentDate.php
Executable file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$days = $_REQUEST['days'];
|
||||
echo date("d.m.Y",mktime(0,0,0,$_REQUEST['month'],$_REQUEST['day'],$_REQUEST['year'])+3600*24*$days);
|
||||
?>
|
||||
Reference in New Issue
Block a user