Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8532275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T09:40:44+00:00 2026-06-11T09:40:44+00:00

I working on a website codeigniter based. In my database i have a lot

  • 0

I working on a website codeigniter based. In my database i have a lot of dates in this format:
yyyy-mm-dd hh:mm:ss

What i want is to represent in a graph, all the 12 months, and for each month the total of dates that i have on my database. For now just a graph for 2012, next year ill change it for 2013.

How can i do it? Any ideas?

I searched a lot for javascript graph/tables such as in google api but none of them gave me everything i needed. Also, how can i read from database the dates and “put them” in each month.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T09:40:45+00:00Added an answer on June 11, 2026 at 9:40 am

    At first extract your average dates from Database with for example this code:

    SELECT ROUND(AVG(UNIX_TIMESTAMP(`date`)),0) as avg_time
    FROM `data`
    WHERE `id`>0
    GROUP BY Month(`date`)
    

    This SQL works fine and returns average unix_timestamp rounded to the nearest and grouped in Months. In PHP code u can easily cover back to datetime format if needed.
    Also u can add in WHERE closure check for year. For example: WHERE YEAR(date)=2012.

    Good luck 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a working website, where I use this expression everywhere. price.ToString(C) It currently
I have a working website on a pre-production server, all functions are responding correctly.
I'm working on a new website based on CodeIgniter. I'm trying to hide some
I have a working website website project in visual studio. I can view all
I have working website in PHP with a MySQL backend which has several tables
hey i guys i want help from you. i am working on website project,
Working on a website that has Employee and Branch entities, using a database table
Im working on a website (html,css,javascript, ajax, php,mysql), and I want to restrict the
I am working on a website and I want to add some kind of
I am developing an Codeigniter based website and I need to send emails to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.