[PHP-WIN] Formatting Date

2001-02-01 Thread Ben Cairns
I have this line of code in a script: $todays_date=date("dmY"); It generates something like this: 01022001 What I need to do is get something like this from it: Thursday, February 01, 2001 Um, How? Thanks in adavance... -- Ben Cairns - Head Of Technical Operations intasept.COM Tel: 01332 36533

RE: [PHP-WIN] Formatting Date

2001-02-01 Thread Matthew Hopkins
7;; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Formatting Date Ben, Check out the date function in the php documentation. There's a lot of formatting option there. Go to php.net and type date in the quick ref field. -Flint -Original Message- From: Ben Cairns [mailto:[EMAIL PROTECTED]]

RE: [PHP-WIN] Formatting Date

2001-02-01 Thread Flint Doungchak
EMAIL PROTECTED] Subject: [PHP-WIN] Formatting Date I have this line of code in a script: $todays_date=date("dmY"); It generates something like this: 01022001 What I need to do is get something like this from it: Thursday, February 01, 2001 Um, How? Thanks in adavance... -- Ben Cairns - He