I want to select a part of a record in a database. The record I want to select is the date.
The date of recording is the format 07/02/2015 . I want to have a selection option where I can put the year and month option as a parameter for the search. I want to know the select request for ff.
How can I choose a specific year from the record (annual report)
I want to select the entire record in the database with the current year or with 2014.
How can I select a specific month from a record (monthly report)
I want to select the entire record in the database with the current month and current year or with X month and X year
date php mysql sql-server pdo
guradio Jul 03 '15 at 10:43 2015-07-03 10:43
source share