ursday, December 26, 2002 5:44 AM
Subject: Finding out the number of days from a month in MySQL
> Hi all,
>
> I want to find out the number of days in MySQL for the current month and I
> found that I need to use something like:
>
> - getting the current date.
> - Finding the
Hi all,
I want to find out the number of days in MySQL for the current month and I
found that I need to use something like:
- getting the current date.
- Finding the first date of the current month.
- Finding the first date of the next month.
- Substracting a day for finding the last day of the c