Time & date insert and display in myql/asp page
I have a site with asp pages-mysql database. I have constructed pages for insert, update, delete records with the built-in
application objects of Dreamweaver.
The site displays some records based on the date I have inserted.
I insert the date as following: year/month/day.
Now I am thinking of being able to insert some records based not only in date but in time additionally.
How can I insert date and time successfully to a record, so the page I want would display the record the specific time I
have already given? Something like year/month/day & [time]?
|