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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
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;