get post date and time in wordpress

Solutions on MaxInterview for get post date and time in wordpress by the best coders in the world

showing results for - "get post date and time in wordpress"
Aymen
01 Jan 2020
1$post_date = get_the_date( 'l F j, Y' ); echo $post_date;
2
Nicolò
01 Aug 2020
1$post_date = get_the_date( 'D M j' ); echo $post_date;