Skip to content
CodeCodex
  • HOME
  • main page
  • Discussion
  • History
  • View source
  • Community Portal
  • BLOGExpand
    • I/O
    • Math
    • Time
    • Sort algorithms
CodeCodex
  • Calculate the Number of Days Between Two Dates
    Time

    Calculate the Number of Days Between Two Dates

    Byahotnjok 2026-06-222026-07-14

    Calculate the Number of Days Between Two Dates — CodeForge CodeForge — Programming Reference 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 · JavaScript Read: ~9 min In this article…

    Read More Calculate the Number of Days Between Two DatesContinue

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

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

    Byahotnjok 2026-06-222026-07-14

    Find the Number of Minutes in a HH:MM:SS Time String — CodeForge CodeForge — Programming Reference 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. Difficulty: Beginner Languages: Python · JavaScript · Java Read: ~8…

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

  • Format a Date for Inserting into a MySQL Database
    Time

    Format a Date for Inserting into a MySQL Database

    Byahotnjok 2026-06-222026-07-14

    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