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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:27:16+00:00 2026-05-30T23:27:16+00:00

What would be the best algorithm / code to convert time to float? I’m

  • 0

What would be the best algorithm / code to convert time to float? I’m doing this in Obj-c but really all I need is an algorithm and I can make the code from there.

EX:

  • 1:30am to 1.50
  • 2:15pm to 14.25
  • 5:45pm to 17.75

EDIT:
My time format is minutes since midnight.

  • 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-05-30T23:27:18+00:00Added an answer on May 30, 2026 at 11:27 pm

    You can parse the string to get two int numbers and an am/pm part (h, m, and a), and then calculate the fraction as follows:

    int h, m, a;
    // set a to 0 for "am", or 1 for "pm"
    float time = 60*(a*12+h)+m;
    float res = time / 60.0;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What would be the best algorithm to solve this problem? I spent a couple
What would be the best algorithm for finding a number that occurs only once
What would be the best hashing algorithm if we had the following priorities (in
What would be the best compression algorithm to use to compress packets before sending
How best would I exclude results from #other_section, given a structure like this? <form>
Is it possible for an algorithm/program to have the same worst-case and best-case time?
I would like to know the best way to determine if the following code
I often have code based on a specific well defined algorithm. This gets well
I'm trying to convert this adaptive bayesian rating formula into PHP code: see here
When requesting hardware for a WebLogic server, what hardware would best improve its performance?

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.