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

1번째 줄: 1번째 줄:
[[분류: 월]]
{{DISPLAYTITLE:함수 this_month()}}
{{DISPLAYTITLE:함수 this_month()}}
==개요==
==개요==

2019년 11월 28일 (목) 23:42 판


1 개요

함수 this_month()

2 JavaScript

console.log( new Date().toISOString().substr(0,7) );
// 2019-07

3 PHP

echo date("Y-m");
# 2019-07

4 같이 보기

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