I need to display a list of dates from a database. There can be multiple records with the same date, but I only want the date to display once.
In other words, I need to only display unique dates. Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can build an array with the date as a key. And the results in tere.
where $return is an array with unique dates as a key.