Don't know what your problem is?
You can get the current time using the time() function - loads of formatting
options to output it as you require. To get 15 minute intervals, just put
the SELECT for your form element in a while loop.
If your problem is which locale you are in, then that's another
It's not too clear what you want to do, can you post a snippet of your code
where you have problems?
Alain
On Sun, Mar 18, 2001 at 12:46:00PM -0500, Zachary Harris wrote:
> I have a project that a I am working on and have come across a major
> snafu. It is my first time using PHP for a project a
I have a project that a I am working on and have come across a major
snafu. It is my first time using PHP for a project and I have been
asked for a form element wherein the user can select a time based on 15
minute increments for the next 6 hours. Unfortunately, it doesn't seem
like the time par