3 11:53 AM
To: [EMAIL PROTECTED]
Subject: [PHP] formating date
My script currently works; printing the date that it extracts from mysql
table.
It prints the date as:
2004-01-29
$mailed=$row["mailed"];
$payment=$row["payment"];
$ID=$row["ID"];
echo "$m
> -Original Message-
>
>
> My script currently works; printing the date that it extracts from mysql
> table.
>
> It prints the date as:
>
>
>
> 2004-01-29
>
>
>
> $mailed=$row["mailed"];
>
> $payment=$row["payment"];
>
> $ID=$row["ID"];
>
> echo "$mailed$payment";
>
>
>
>
>
> I'm trying to
My script currently works; printing the date that it extracts from mysql
table.
It prints the date as:
2004-01-29
$mailed=$row["mailed"];
$payment=$row["payment"];
$ID=$row["ID"];
echo "$mailed$payment";
I'm trying to change the format so that the date appears as:
January 29, 20
3 matches
Mail list logo