How can I get the timestamp of this week, last week, this month, last month, and end? how can I get the timestamp of this week, last week, this month, last month, start and end?
Reply to discussion (solution)
Echo date ("Ymd", strtotime ("now"),
Strtotime Definitions and usage
The strtotime () function resolves the date-time description of any English text to a Unix timestamp.
Grammar
Strtotime (time,now) parameter descriptionTime to specify the string to parse.Now is the time stamp used
PHP date/time functionDefinitions and usageThe Mktime () function returns a Unix timestamp for a date.
The parameter always represents the GMT date, so IS_DST has no effect on the result.
The parameters can be left-to-right, and the empty
PHP gets today's start timestamp and end timestamp$beginToday=mktime(0,0,0,date(' m '),date (' d '),date(' Y ')); $endToday=mktime(0,0,0,date(' m '),date(' d ') +1,date(' Y '))-1;PHP gets yesterday start timestamp and end
This article is about PHP get last week, this week, last month, this month, this quarter, the last quarter time method, has a certain reference value, now share to everyone, the need for friends can refer to
During the development process, the
How can I get the timestamp of this week, last week, this month, last month, and end? how can I get the timestamp of this week, last week, this month, and last month? ------ solution -------------------- echo & nbsp; date (Ymd, strtotime (now), &
Use php to obtain the echodate ("Ymd", strtotime ("now"), and "\ n ";?? Echodate ("Ymd", strtotime ("-1 weekMonday"), "\ n ";?? Echod uses php to obtain this week, last week, this month, last month, and this quarter date (abstract)
Echo date ("Ymd"
Php obtained last week, this week, last month, this month, and this quarter. Source: http://hudeyong926.iteye.com/blog/729193< ;? Phpechodate ("Ymd", strtotime ("now"), "\ n"; echo php get last week, this week, last month, this month, this quarter,
Php obtains the start and end timestamps of today, yesterday, last week, and this month.
// Php obtains the start and end timestamp of today. $ beginToday = mktime (0, 0, date ('M'), date ('D '), date ('Y'); $ endToday = mktime (0, 0, 0, date ('M'),
Use php to obtain the code for this week, last week, this month, last month, and this quarter. Copy the code as follows: echodate (Ymd, strtotime (now), n; echodate (Ymd, strtotime (-1 weekMonday), n; echodate (Ymd, strtotime (-1 weekSunday), n;
Php obtained last week, this week, last month, this month, and this quarter. Source: hudeyong926.iteye. comblog729193 & lt ;? Phpechodate (Ymd, strtotime (now), n; echodate (Ymd, strtotime (-1 weekMonday), n; php get last week, this week, last month,
Use php to obtain the echodate (Ymd, strtotime (now), n ;?? Echodate (Ymd, strtotime (-1 weekMonday), n ;?? Echodate (Ymd, strtotime (-1 weekSunday), n; get this week, last week, this month, last month, this quarter date with php (abstract)
Echo
Php obtained last week, this week, last month, this month, and this quarter. Source: hudeyong926.iteye. comblog729193 & lt ;? Phpechodate (Ymd, strtotime (now), n; echodate (Ymd, strtotime (-1 weekMonday), n; echoda php get last week, this week,
PHP gets the start timestamp and end timestamp of today, yesterday, last week, this month, mainly using PHP's time function mktime ().The Mktime function uses the following: Mktime (HOUR,MINUTE,SECOND,MONTH,DAY,YEAR,IS_DST)Parameter descriptionHour
Get this week, last week, this month, last month, this quarter date (pick) with PHP
echo Date ("Ymd", Strtotime ("Now"), "\ n";??echo Date ("Ymd", Strtotime ("1 week Monday")), "\ n";??
echo Date ("Ymd", Strtotime ("1 week Sunday")), "\ n";??
echo
How do I get the timestamp of this week, last week, this month, the beginning and the end of the month
How do I get the timestamp of this week, last week, this month, the beginning and the end of the month
------to solve the idea---------------------
Array: "Focus 1" implode (delimited, arr) concatenate the array value data by the specified character For example: $arr =array (' 1 ', ' 2 ', ' 3 ', ' 4 '); $str =implode ('-', $arr); Explode ([delimited],arr) splits a string by the specified
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.