Re: [PHP] date part

2002-12-19 Thread Rick Emery
nt: Thursday, December 19, 2002 11:56 AM Subject: RE: [PHP] date part > How can I get a string containing the month part of a date the user types > in? > e.g. if they type in "06/07/200" I want to get "06" If you know that's the format they're going t

RE: [PHP] date part

2002-12-19 Thread John W. Holmes
> How can I get a string containing the month part of a date the user types > in? > e.g. if they type in "06/07/200" I want to get "06" If you know that's the format they're going to use, the you can just use substr() to grab the first two characters. ---John W. Holmes... PHP Architect - A month

RE: [PHP] date part

2002-12-19 Thread Adam Voigt
ard Peloke [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 10:11 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] date part Thanks Allan! That is good to know. It is just a script that I downloaded from the internet. Not sure how to ma

RE: [PHP] date part

2002-12-19 Thread Edward Peloke
Sorry ADAM, didn't mean to call you Allan, I apologize! -Original Message- From: Edward Peloke [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 10:11 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] date part Thanks Allan! That is good to know. It is just a script t

RE: [PHP] date part

2002-12-19 Thread Edward Peloke
, December 19, 2002 9:38 AM To: Edward Peloke Cc: Diana Castillo; [EMAIL PROTECTED] Subject: RE: [PHP] date part I just tried that script, for me under Linux with Mozilla and Netscape, I had to try 5 times before I could move the mouse from the button to the menu fast enough, every other time

RE: [PHP] date part

2002-12-19 Thread Adam Voigt
any part needed. Eddie -Original Message- From: Diana Castillo [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 9:05 AM To: [EMAIL PROTECTED] Subject: [PHP] date part How can I

RE: [PHP] date part

2002-12-19 Thread Edward Peloke
Castillo [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 9:05 AM To: [EMAIL PROTECTED] Subject: [PHP] date part How can I get a string containing the month part of a date the user types in? e.g. if they type in "06/07/200" I want to get "06" thanks, diana -- PHP

RE: [PHP] date part[Scanned]

2002-12-19 Thread Michael Egan
rain what they can enter with drop down boxes for year, month and day. Michael Egan -Original Message- From: Diana Castillo [mailto:[EMAIL PROTECTED]] Sent: 19 December 2002 14:05 To: [EMAIL PROTECTED] Subject: [PHP] date part[Scanned] How can I get a string containing the month part of

[PHP] date part

2002-12-19 Thread Diana Castillo
How can I get a string containing the month part of a date the user types in? e.g. if they type in "06/07/200" I want to get "06" thanks, diana -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php