Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
Deuvenx #1
Formating date,time
Using MySQl and PHP
I am trying to get a standard time stamp to for so it reads:
Day, d/m/y (Fri, 30/11/03)
The database holds the info like 2003-07-27 14:50:00
DWMX does this when selecting the Unix Time format in the bindings panel:
<?php echo date('D, d/m/Y',$row_rsCal['stamp']); ?>
However this ends up rendering the details as: Thursday, 01.01.1970
What is wrong with this and how would I correct it to read it correctly?
Hope someone can help, thanks.
Deuvenx Guest
-
Formating Date
Hi Guys, Looking for an extension that allows me to format date fields. I have a field in my db that stores the date & time of record creation,... -
Date formating in DataGrid
I have a datagrid ( bound to a resultSet via Java remoteobject service ). One of the fields is a datetime field (DOB). I wish to format the date... -
Date Formating
Hello I would like to format a date in the DataGrid to be 3.3.2004 and not with the time (default?) 3.3.2004 00:00:00! <asp:DataGrid... -
ASP SQL Server 2000 Date/Time Formating
Hello, I have two questions which I would appreciate some help with. 1. Date Formating when Inserting into SQL Server 2000 I'm currently... -
[PHP] formating date
> -----Original Message----- Try this: $mailed=$row; $payment=$row; $ID=$row;



Reply With Quote

