Re: [PHP] Newbie question - current date - time

2007-11-16 Thread tedd
At 2:13 PM -0500 11/15/07, Jeremy Mcentire wrote: On Nov 14, 2007, at 4:21 PM, Jürgen Wind wrote: better use Date() in js ... tedd-2 wrote: Current date/time for whom? For your server, use php's date(). For the user, use javascript's date(). It's so cool to be multilingual. :-) Cheers, tedd

Re: [PHP] Newbie question - current date - time

2007-11-16 Thread Jürgen Wind
tedd-2 wrote: > > I used small case because this is a php list and > I didn't want to confuse anyone with trying to > get Date() to work in php. > no need to worry, in *php* functions are not case sensitive. cheers Jürgen -- View this message in context: http://www.nabble.com/Newbie-questi

Re: [PHP] Newbie question - current date - time

2007-11-16 Thread tedd
At 8:21 AM -0800 11/16/07, Jürgen Wind wrote: my point was: "date()" doesn't work - it's "Date()" (at least in Firefox) Wow, you really have that capitalization thing down -- you're an impressive Wind. I used small case because this is a php list and I didn't want to confuse anyone with try

Re: [PHP] Newbie question - current date - time

2007-11-16 Thread Jürgen Wind
my point was: "date()" doesn't work - it's "Date()" (at least in Firefox) tedd-2 wrote: > > At 2:13 PM -0500 11/15/07, Jeremy Mcentire wrote: >>On Nov 14, 2007, at 4:21 PM, Jürgen Wind wrote: >>>better use Date() in js ... >>>tedd-2 wrote: Current date/time for whom? For your server, use

Re: [PHP] Newbie question - current date - time

2007-11-15 Thread Jeremy Mcentire
On Nov 14, 2007, at 4:21 PM, Jürgen Wind wrote: better use Date() in js ... tedd-2 wrote: Current date/time for whom? For your server, use php's date(). For the user, use javascript's date(). It's so cool to be multilingual. :-) Cheers, tedd I don't know that that's better. Then, suddenly, o

Re: [PHP] Newbie question - current date - time

2007-11-15 Thread Daniel Brown
On Nov 14, 2007 10:00 PM, Instruct ICC <[EMAIL PROTECTED]> wrote: > Enough about me. I never thought I'd say this in earnest... > RTFM > > Have I become like who I've despised? We all do eventually -- Daniel P. Brown [office] (570-) 587-7080 Ext. 272 [mobile] (570-) 766-8107 If at firs

RE: [PHP] Newbie question - current date - time

2007-11-14 Thread tedd
At 7:00 PM -0800 11/14/07, Instruct ICC wrote: But dude, there are many ways to skin a cat. Yeah, but he's not going to like any of them. :-) Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To uns

RE: [PHP] Newbie question - current date - time

2007-11-14 Thread Instruct ICC
> Date: Wed, 14 Nov 2007 09:39:19 -0800 > From: [EMAIL PROTECTED] > To: php-general@lists.php.net > Subject: [PHP] Newbie question - current date - time > > Hi Folks, > > Newbie question : > > - how do I get and display the current date? > - how do I get and di

Re: [PHP] Newbie question - current date - time

2007-11-14 Thread Jürgen Wind
better use Date() in js ... tedd-2 wrote: > > Current date/time for whom? > > For your server, use php's date(). > > For the user, use javascript's date(). > > It's so cool to be multilingual. :-) > > Cheers, > > tedd > > -- > --- > http://sperling.com http://ancientstones.com http

Re: [PHP] Newbie question - current date - time

2007-11-14 Thread Daniel Brown
On Nov 14, 2007 3:54 PM, Jason Pruim <[EMAIL PROTECTED]> wrote: [snip] > Now... Just exactly what makes you think it was a typo oh Master > Brown? [snip] Yeah, keep it up, smartass. I'm on to you ;-P -- Daniel P. Brown [office] (570-) 587-7080 Ext. 272 [mobile] (570-) 766-8107 If at fi

Re: [PHP] Newbie question - current date - time

2007-11-14 Thread Jason Pruim
On Nov 14, 2007, at 3:39 PM, Daniel Brown wrote: On Nov 14, 2007 3:19 PM, Jon Westcot <[EMAIL PROTECTED]> wrote: Hi: Hi Folks, Newbie question : - how do I get and display the current date? - how do I get and display the current time? I see the getdate function - but I'm not sure if this

Re: [PHP] Newbie question - current date - time

2007-11-14 Thread Daniel Brown
On Nov 14, 2007 3:19 PM, Jon Westcot <[EMAIL PROTECTED]> wrote: > Hi: > > > > Hi Folks, > > > > > > Newbie question : > > > > > > - how do I get and display the current date? > > > - how do I get and display the current time? > > > > > > I see the getdate function - but I'm not sure if this is the

Re: [PHP] Newbie question - current date - time

2007-11-14 Thread Jon Westcot
Hi: > > Hi Folks, > > > > Newbie question : > > > > - how do I get and display the current date? > > - how do I get and display the current time? > > > > I see the getdate function - but I'm not sure if this is the right > > function > > or how to display it > > > > http://www.php.net/manual/e

Re: [PHP] Newbie question - current date - time

2007-11-14 Thread [EMAIL PROTECTED]
Thanks Folks, The date function worked great! -- Thanks - RevDave Cool7 @ hosting4days . com [db-lists] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Newbie question - current date - time

2007-11-14 Thread tedd
At 9:39 AM -0800 11/14/07, [EMAIL PROTECTED] wrote: Hi Folks, Newbie question : - how do I get and display the current date? - how do I get and display the current time? I see the getdate function - but I'm not sure if this is the right function or how to display it http://www.php.net/man

Re: [PHP] Newbie question - current date - time

2007-11-14 Thread Robert . Degen
t; <[EMAIL PROTECTED]> Datum: Donnerstag, November 15, 2007 6:40 am Betreff: [PHP] Newbie question - current date - time An: php-general@lists.php.net > Hi Folks, > > Newbie question : > > - how do I get and display the current date? > - how do I get and display the cur

Re: [PHP] Newbie question - current date - time

2007-11-14 Thread Daniel Brown
On Nov 14, 2007 12:39 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Folks, > > Newbie question : > > - how do I get and display the current date? > - how do I get and display the current time? > > I see the getdate function - but I'm not sure if this is the right function > or how to displa

Re: [PHP] Newbie question - current date - time

2007-11-14 Thread William Betts
Hello, Use the date function http://us3.php.net/date. Regards, William Betts [EMAIL PROTECTED] wrote: Hi Folks, Newbie question : - how do I get and display the current date? - how do I get and display the current time? I see the getdate function - but I'm not sure if this is the right f

Re: [PHP] Newbie question - current date - time

2007-11-14 Thread Luis Lorenzo - Quadricula
Hi! Look at this: http://es.php.net/manual/es/function.date.php [EMAIL PROTECTED] escribió: Hi Folks, Newbie question : - how do I get and display the current date? - how do I get and display the current time? I see the getdate function - but I'm not sure if this is the right function or

Re: [PHP] Newbie question - current date - time

2007-11-14 Thread Jason Pruim
On Nov 14, 2007, at 12:39 PM, [EMAIL PROTECTED] wrote: Hi Folks, Newbie question : - how do I get and display the current date? - how do I get and display the current time? I see the getdate function - but I'm not sure if this is the right function or how to display it http://www.php

[PHP] Newbie question - current date - time

2007-11-14 Thread [EMAIL PROTECTED]
Hi Folks, Newbie question : - how do I get and display the current date? - how do I get and display the current time? I see the getdate function - but I'm not sure if this is the right function or how to display it http://www.php.net/manual/en/function.getdate.php -- Thanks - RevDave Coo