워드프레스 함수목록

Post, Custom Post Type, Page, Attachment and Bookmarks Functions Posts get_adjacent_post get_boundary_post get_children get_extended get_next_post get_next_posts_link next_posts_link get_permalink the_permalink get_the_excerpt the_excerpt get_the_post_thumbnail get_post get_post_field get_post_ancestors get_post_mime_type get_post_status get_post_format set_post_format get_edit_post_link get_delete_post_link get_previous_post get_previous_posts_link previous_posts_link get_posts have_posts is_post (deprecated) is_single is_sticky get_the_ID the_ID the_date the_post wp_get_recent_posts wp_get_single_post (deprecated) has_post_thumbnail has_excerpt has_post_format Custom Post Type register_post_type is_post_type_archive post_type_archive_title add_post_type_support…

날짜관련 함수정리

맨날 까묵어사서… 정리 한번 하고 갈께요 !!

PHP 날짜관련함수 – date()  

JS 날짜 정리 .. Month ( 0 ~ 11까지 정의 된다 ) 현재월을 표시하려면 month -1 하여라 .. 날짜 객체 생성 var today = new Date( 년 , 월 , 일 ) ; 날짜 년 가지고 오기 today.getYear(); 날짜 월…