Hello, I have in my database a date field where it is stored with $ date = date ("Ymd), and I want my table to have one where it shows the full date and another where it shows only the month as I convert it
$ date = date ("Y-m-d");
Date Month my fields in the tables where date and month are stored in this case only date
$ so="SELECT s.Id_folio, s.date, the selection from the database with the date field Here I show the date that you send to call from the database Now what I want is to select the date field to show only the month