"함수 this week()"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
(다른 사용자 한 명의 중간 판 7개는 보이지 않습니다)
1번째 줄: 1번째 줄:
[[category: week]]
[[분류: ]]
{{DISPLAYTITLE:함수 this_week()}}
;함수 this_week()
;함수 this_week()
==PHP==
==PHP==
[[category: PHP]]
[[category: PHP]]
<source lang='php'>
<syntaxhighlight lang='php'>
$this_week = date("o-\WW");
$this_week = date("o-\WW");
echo $this_week;
echo $this_week;
# 2015-W26
# 2015-W26
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
*[[함수 week2range()]]
* [[함수 last_week()]]
*[[함수 week2dates()]]
* [[함수 next_week()]]
* [[함수 this_month()]]
* [[함수 week2range()]]
* [[함수 week2dates()]]
* [[함수 range2weeks()]]
* [[함수 today()]]

2020년 11월 2일 (월) 02:36 기준 최신판


함수 this_week()

1 PHP[ | ]

$this_week = date("o-\WW");
echo $this_week;
# 2015-W26

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}