Hi i have a problem with date();
when i use this code:
it returns for an example:
Date: Sat-Aug-2006
and Time: 09:08
but i want it too return:
date: 12-08-2006
time: 21:08
how can i fiks that?
when i use this code:
| Code: |
| $time=date("h:m");
$date=date("D-M-Y"); |
it returns for an example:
Date: Sat-Aug-2006
and Time: 09:08
but i want it too return:
date: 12-08-2006
time: 21:08
how can i fiks that?
