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

  • SEARCH
  • Home
  • 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 8104237
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T23:46:49+00:00 2026-06-05T23:46:49+00:00

I basically made a listview with Alphabet-Indexed section headers by following this tutorial. I’m

  • 0

I basically made a listview with Alphabet-Indexed section headers by following this tutorial. I’m trying to make the same, sorted with dates.

This is how my date column in database is fed with.
String currentDateTime = DateFormat.getDateTimeInstance().format(new Date());

Can some one help me with pointers or snippets on sort by date.?

  • 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-05T23:46:51+00:00Added an answer on June 5, 2026 at 11:46 pm

    The only way I know is using java.util.Date. It’s almost nothing more than a wrapper around a long value corresponding to difference between the time it represents, and the epoch, Jan 1, 1970 00:00:00 GMT. So you can store in the DB longs (instead of strings), and then when querying the table sort the results by the “date” (longs), constructing dates out of those values. All this because sqlite doesn’t support date formats.

    somethign like this:

    Cursor c = db.rawQuery("select * from table sort by table_column_date");
    for(c.moveToFirst(); !c.isAfterLast(); c.moveToNext()) {
         Date date = new Date(c.getLong("table_column_date"));
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I made a particle class following a tutorial a while ago. Basically it uses
Basically I am trying to to make a forum made using MyBB look more
I learned from android dev tutorial and now I can make ListView. and it
Basically I'm trying to dispatch a custom made mouse click event to a text
I'm parsing a text file made from this Wikipedia article , basically I made
So I have basically started documenting a class library I made, this is the
I made a custom control that is basically a multiline TextBox that allows input,
I have made a custom formwizard and incorporated it into my admin interface. Basically
I have an XDocument class with the XML contents already made. I basically want
Basically I'd be looking to implement a method like this. IQueryAble GetQuery<T>(Entities db) or

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.