Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/full-stack-web-developer-and-designer/php-function-leap-year
PHP function for check if a year is a leap year or not
https://github.com/full-stack-web-developer-and-designer/php-function-leap-year
mirnesglamocic php phpfunction
Last synced: about 19 hours ago
JSON representation
PHP function for check if a year is a leap year or not
- Host: GitHub
- URL: https://github.com/full-stack-web-developer-and-designer/php-function-leap-year
- Owner: full-stack-web-developer-and-designer
- License: mit
- Created: 2023-01-29T15:23:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T17:17:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T23:26:32.955Z (2 months ago)
- Topics: mirnesglamocic, php, phpfunction
- Language: PHP
- Homepage: https://php-function-leap-year.mirnesglamocic.repl.co/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP function leap year
This repository contains one web page with a web form to check if a year is a leap year or not. If the year is a leap year, we get the answer "Yes, the year is a leap year!", otherwise "No, the year is not a leap year!" So, with a PHP function that uses the remainder of dividing by 4, it is checked whether the entered year is a leap year or not.---
To check how it looks, click on the preview and then on the green run button.
##
[PREVIEW](https://replit.com/@MirnesGlamocic/PHP-function-leap-year?v=1)