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 7844125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T16:46:43+00:00 2026-06-02T16:46:43+00:00

I have been working on an application in android, where I have to get

  • 0

I have been working on an application in android, where I have to get the number of seconds from epoch till date…Usually when use the following function

long timeInSeconds = System.currentTimeMillis()/1000;

It returns me the seconds up till the current time including Date+Time. I actually want to ignore the time part of the second and keep number of seconds till date, which will result the same timestamp for the day…Is there anyway to do so..??? Any help is appreciated.

  • 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-02T16:46:44+00:00Added an answer on June 2, 2026 at 4:46 pm
    Calendar timeLessCalendar = Calendar.getInstance()
    timeLessCalendar.set(Calendar.HOUR_OF_DAY,0);
    timeLessCalendar.set(Calendar.MINUTE,0);
    timeLessCalendar.set(Calendar.SECOND,0);
    timeLessCalendar.set(Calendar.MILLISECOND,0);
    //now grab the seconds
    long secondTillDate =  timeLessCalendar.getTime().getTime()/1000;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been working on a BlackBerry application that consumes web services from ColdFusion
I have been working on a Android Web Services program that uses a number
I have an Android application that I've been working on, and it's implemented using
I have been working on creating an application that sends a string from an
I have an android application i have been working on that downloads an image
I am learning Android and have been working on an application that will need
I have been working on an application which allows the user to make a
I have been working on facebook application and you know on facebook native javascript
I have been working on mvc3 application and trying to localize the same. I
I have been working on on an AJAX chat application using php, mysql. It's

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.