Question : vb.net showing date

hello there,
how can I display a date like this

July 21, 2010 - 6:26:55 AM

Answer : vb.net showing date

Sorry slight correction,


$result = mysql_query("
      SELECT
            `ordering`.`user_id`,`ordering`.`first_name`, `ordering`.`last_name`, `ordering`.`total`,
                  sum(`ordering`.`total`) as `total`
            FROM
                  `ordering`

            GROUP BY   `ordering`.`user_id
            ORDER BY `total` DESC    
;");
Random Solutions  
 
programming4us programming4us