i want to save a library all 7 days open time and close time
please suggest how to do it...
right now i m doing like this
on database i crate a db table_lib_hours
-----FIELD-----x--TYPE----------
|day_id |INT |
|day_name |varchar(100) |
|day_open_time |TIME |
|day_close_time|TIME |
|last_update |TIMESTAMP |
Now i have 2 Questions
1>is there any way to store all 7 day's name in day_name field automatically