Re: [PHP] How should I ....--its a date/timestamp issue

2009-03-02 Thread Frank Stanovcak
Paul M Foster pa...@quillandmouse.com wrote in message news:20090219022913.gl18...@quillandmouse.com... On Wed, Feb 18, 2009 at 05:25:16PM -0600, Terion Miller wrote: snip What about just accepting any date in to the system, and defaulting to the current date if any

Re: [PHP] How should I ....--its a date/timestamp issue (RESOLVED)

2009-02-19 Thread Terion Miller
Thanks Terion Happy Freecycling Free the List !! www.freecycle.org Over Moderation of Freecycle List Prevents Post Timeliness. Twitter? http://twitter.com/terionmiller Facebook: a

Re: [PHP] How should I ....--its a date/timestamp issue

2009-02-18 Thread Terion Miller
What are your suggestions folks on how to go about setting a date on a form so that a user can not set a start date prior to the current days date? I've been looking around php.net but is it a javascript thing in the validation I should be dealing with, basically as it is I have a

Re: [PHP] How should I ....--its a date/timestamp issue

2009-02-18 Thread Paul M Foster
On Wed, Feb 18, 2009 at 05:25:16PM -0600, Terion Miller wrote: snip What about just accepting any date in to the system, and defaulting to the current date if any numptys/users try to set one before? Do something maybe like this (untested) $userDate =

Re: [PHP] How should I ....--its a date/timestamp issue

2009-02-17 Thread Paul M Foster
On Tue, Feb 17, 2009 at 03:55:16PM -0600, Terion Miller wrote: What are your suggestions folks on how to go about setting a date on a form so that a user can not set a start date prior to the current days date? I've been looking around php.net but is it a javascript thing in the validation I

Re: [PHP] How should I ....--its a date/timestamp issue

2009-02-17 Thread Ashley Sheridan
On Tue, 2009-02-17 at 17:16 -0500, Paul M Foster wrote: On Tue, Feb 17, 2009 at 03:55:16PM -0600, Terion Miller wrote: What are your suggestions folks on how to go about setting a date on a form so that a user can not set a start date prior to the current days date? I've been looking