Skip to content
  • HOME
  • main page
  • Discussion
  • History
  • View source
  • Community Portal
  • BLOGExpand
    • I/O
    • Math
    • Time
    • Sort algorithms
  • Time

    Calculate the Number of Days Between Two Dates

    Byahotnjok June 22, 2026June 22, 2026

    Calculate the Number of Days Between Two Dates — CodeForge CodeForge — Programming Reference Calculate the Number of Days Between Two Dates Subtracting two calendar dates looks like simple arithmetic until leap years, time zones, and daylight saving transitions all quietly disagree about how long a day actually is. Difficulty: Beginner–Intermediate Languages: Python · Java…

    Read More Calculate the Number of Days Between Two DatesContinue

  • Time

    Find the Number of Minutes in a HH:MM:SS Time String

    Byahotnjok June 22, 2026June 22, 2026

    Find the Number of Minutes in a HH:MM:SS Time String — CodeForge CodeForge — Programming Reference Find the Number of Minutes in a HH:MM:SS Time String Splitting a duration string into its parts and turning it back into a single number — and the rounding decision that quietly changes what “number of minutes” even means….

    Read More Find the Number of Minutes in a HH:MM:SS Time StringContinue

  • Time

    Format a Date for Inserting into a MySQL Database

    Byahotnjok June 22, 2026June 22, 2026

    Append a String to a File — CodeForge CodeForge — Programming Reference Append a String to a File Adding text to the end of a file without disturbing what’s already there — the open mode that matters, and why concurrent appends need more care than they look like they do. Difficulty: Beginner Languages: Python ·…

    Read More Format a Date for Inserting into a MySQL DatabaseContinue

CodeCodex Footer
CodeCodex

CodeCodex is a free, open, wiki-powered code repository covering 40+ programming languages. Find ready-to-use algorithms, snippets, and functions — written and improved by developers around the world every day.

Categories

  • Sorting Algorithms
  • Input / Output
  • Math & Algorithms
  • Time & Dates

Company

  • Home
  • Community
  • Blog

Legal

  • Privacy Policy
  • Disclaimer
© 2025 CodeCodex. All rights reserved. Free and open for everyone.
Privacy Policy Disclaimer Sorting Algorithms
  • HOME
  • main page
  • Discussion
  • History
  • View source
  • Community Portal
  • BLOG
    • I/O
    • Math
    • Time
    • Sort algorithms