Login Register


What's the best way to store dates using html select fields? filter_list
Author
Message
RE: What's the best way to store dates using html select fields? #11
Why you want the database name and the table names? You can just tell me the idea or the code and I can type it out. So no need of database outputs, You can just instead of my table and database names, Say "test" for example. :/


And never mind I found it.

Reply

RE: What's the best way to store dates using html select fields? #12
Why you want the database name and the table names? You can just tell me the idea or the code and I can type it out. So no need of database outputs, You can just instead of my table and database names, Say "test" for example. :/


And never mind I found it.

Reply

RE: What's the best way to store dates using html select fields? #13
Because you don't sound like you know anything of what you are getting into.
Glad you "found" your solution, but if you did, you should share it, you know to help people out with similar questions browsing later

/peace
[Image: obDhRdK.gif]

Reply

RE: What's the best way to store dates using html select fields? #14
Because you don't sound like you know anything of what you are getting into.
Glad you "found" your solution, but if you did, you should share it, you know to help people out with similar questions browsing later

/peace
[Image: obDhRdK.gif]

Reply

RE: What's the best way to store dates using html select fields? #15
Thanks! This is what I did,
Code:
$date = date("Y-m-d", mktime(0, 0, 0, $month, $day, $year));

Reply

RE: What's the best way to store dates using html select fields? #16
Thanks! This is what I did,
Code:
$date = date("Y-m-d", mktime(0, 0, 0, $month, $day, $year));

Reply







Users browsing this thread: 1 Guest(s)