search
Home类库下载PHP类库Some commonly used date array sorting in PHP

In the process of developing the project, the website requires the input of some dates, such as the current year, month and day. Here are some arrays I have compiled for you that are used daily to obtain date and time.


Get the year from the beginning to the present

In the process of developing the project, the website requires the input of some dates, such as the year, month and day to date. Here are some daily uses that I have compiled for you. Array of datetimes.


Get the year from the beginning to the present

function yearArray(){
    $tody = getdate();
    $todyYear = $tody['year'];
    $startYear = 1900-1;
    $i = 1;
    for($startYear; $startYear < $todyYear; $startYear++){
        $yearArr[$i] = $startYear+1;
        $i++;
    }
    return $yearArr;
}


Get the array of 12 months

function monthArray(){
    $monthArr = array(1,2,3,4,5,6,7,8,9,10,11,12);
    return $monthArr;
}

Get all the days of a month Array

function dayArray(){
    $dayArr = array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31);
    return $dayArr;
}


Get the array from Monday to Sunday

function weekArr(){
    return  array(&#39;1&#39;=>&#39;星期一&#39;,&#39;2&#39;=>&#39;星期二&#39;,&#39;3&#39;=>&#39;星期三&#39;,&#39;4&#39;=>&#39;星期四&#39;,&#39;5&#39;=>&#39;星期五&#39;,&#39;6&#39;=>&#39;星期六&#39;,&#39;7&#39;=>&#39;星期日&#39;);


Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software