![]() |
Alexey admin 10/23/2006 |
Hi, return sprintf("%d-%d-%d",$y,$m,$d);
return sprintf("%04d-%02d-%02d",$y,$m,$d); |
J
|
jje author 10/23/2006 |
Hi, you can do this modifying generated PHP files. Open include\commonfunctions.php file with a text editor, find this line there: and replace it with:
|
![]() |
Alexey admin 10/23/2006 |
Modify include/..._functions.php file the same way. |
J
|
jje author 10/24/2006 |
Modify include/..._functions.php file the same way.
|