PHP obtains the current date and the number of months on Monday, and the number of months.

Source: Internet
Author: User

PHP obtains the current date and the number of months on Monday, and the number of months.

This example describes how PHP obtains the current date and the number of months on Monday. We will share this with you for your reference. The details are as follows:

<? Php header ("content-type: text/html; charset = UTF-8"); date_default_timezone_set ('prc'); function getWeek ($ unixTime = '') {$ unixTime = is_numeric ($ unixTime )? $ UnixTime: time (); $ weekarray = array ('day', 'yi', '2', '3', '4', '5', '6 ', '7'); return "Week ". $ weekarray [date ('w', $ unixTime)] ;}$ var = getWeek (); switch ($ var) {case 'sunday': $ var = time (); $ var2 = $ var-(84600*6); echo "today is ". date ("Y-m-d", $ var ). "No. <br/> This Monday is ". date ("Y-m-d", $ var2 ). "No."; break; case 'monday': $ var = time (); $ var2 = $ var; echo "today is ". date ("Y-m-d", $ var ). "No. <br/> This Monday is ". date ("Y-m-d", $ var2 ). "No."; break; case 'tuesday': $ var = Time (); $ var2 = $ var-84600; echo "today is ". date ("Y-m-d", $ var ). "No. <br/> This Monday is ". date ("Y-m-d", $ var2 ). "No."; break; case 'weday': $ var = time (); $ var2 = $ var-(84600*2); echo "today is ". date ("Y-m-d", $ var ). "No. <br/> This Monday is ". date ("Y-m-d", $ var2 ). "No."; break; case 'thurs': $ var = time (); $ var2 = $ var-(84600*3); echo "today is ". date ("Y-m-d", $ var ). "No. <br/> This Monday is ". date ("Y-m-d", $ var2 ). "No."; break; case 'Friday': $ var = time (); $ var2 = $ var-(84600*4); ec Ho "today is ". date ("Y-m-d", $ var ). "No. <br/> This Monday is ". date ("Y-m-d", $ var2 ). "No."; break; case 'saturday': $ var = time (); $ var2 = $ var-(84600*5); echo "today is ". date ("Y-m-d", $ var ). "No. <br/> This Monday is ". date ("Y-m-d", $ var2 ). "No."; break ;}?>

The running result is:

Today is. This Monday is.

PS: here we recommend several time and date related tools for your reference:

Online date/day calculator:
Http://tools.jb51.net/jisuanqi/date_jisuanqi

Online date calculator/days calculator:
Http://tools.jb51.net/jisuanqi/datecalc

Online date-days difference calculator:
Http://tools.jb51.net/jisuanqi/onlinedatejsq

Unix timestamp Conversion Tool:
Http://tools.jb51.net/code/unixtime

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.