functions.html
>
> HTH
>
> Adrian
> www.phpscriptsearch.com
>
> -Original Message-
> From: Chris Hayes [mailto:[EMAIL PROTECTED]
> Sent: 25 February 2003 12:32
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] FormatDateTime in PHP
>
>
> At 13:25 25-2-03, you wro
12:32
To: [EMAIL PROTECTED]
Subject: Re: [PHP] FormatDateTime in PHP
At 13:25 25-2-03, you wrote:
>Please,
>
>How do I make to format my date in the my format? For Example:
you forgot to tell how the date in the database is formatted, that is
quite
important.
did you read the php
At 13:25 25-2-03, you wrote:
Please,
How do I make to format my date in the my format? For Example:
you forgot to tell how the date in the database is formatted, that is quite
important.
did you read the php manual on date() ?
http://www.php.net/manual/en/function.date.php
## I filter
$filter =
Please,
How do I make to format my date in the my format? For Example:
## I filter
$filter = " SELECT DTVECTO FROM CLIENTS";
$result = mysql_query($filter);
$rows = mysql_num_rows($result);
while($rows = mysql_fetch_array($result)) {
## I get date to the data base
$my_date = $rows["DTVE
4 matches
Mail list logo