date()
FunctionYou can simply use the PHP date()
function to get the current year.
The following example code will be very useful if you want to put a copyright notice in a website footer without worrying about changing it every year.
<p>Copyright ©
<?php echo date("Y"); ?>
MyWebsite. All Rights Reserved.</p>
Hi, My name is Harsukh Makwana. i have been work with many programming language like php, python, javascript, node, react, anguler, etc.. since last 5 year. if you have any issue or want me hire then contact me on harsukh21@gmail.com
How to Create Component in Angular 9?
What makes Angular 9 component so signif...How to Find the Sum of an Array of Numbers in JavaScript
Use the JavaScript reduce() Method Yo...How to Get the Value of Selected Option in a Select Box Using jQuery
Use the jQuery :selected Selec...Angular 9 - CRUD Example with PHP and MySql
In this tutorial, you'll learn to en...Image Optimization In Laravel With Spatie
Today, Laravelcode share with you one of...