Articles tagged with "with-code"

Count the Number of Days in a Month with PHP

How to calculate number of days in a month or a year in PHP

Create Nested Folders with Java

How to create nested folder structure with Java with the NIO API (and also without it)

Leap Years Calculation with PHP, Java, Python and JavaScript

Determine leap years with different implementations in PHP, Java, Python and JavaScript.

Use the Build-In HTTP Server in Java 18

How to use the simple, build-in HTTP server which comes with Java 18 to serve static files

Find days between two dates with PHP

You have two dates and you want to find the number of days between those dates.