Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 211 Bytes

current_year.md

File metadata and controls

13 lines (8 loc) · 211 Bytes

Get current year

echo date('Y');
  • date - will format current date according to specified format
  • 'Y' - specify current year

group: current_date

link_youtube: https://youtu.be/_cd97hqV7pc