I want to ask query related to mysql
Database
2
Posts
2
Posters
0
Views
1
Watching
-
how we find next week day's date of next day using current calender . suppose we put sunday in variable then show date 6 jan 2013.we want find next week all days date one by one.
-
how we find next week day's date of next day using current calender . suppose we put sunday in variable then show date 6 jan 2013.we want find next week all days date one by one.
Do some reading around the datetime data type, there are various attributes that will help you. DayOfWeek (I think) returns 1-7 which can be used to get the info you need.
Never underestimate the power of human stupidity RAH