Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

choixDates

test des dates

// Add Shortcode
function choisirdate() {

	 $theID=get_the_ID();
	 echo "<br>ID : $theID<br>";

}
add_shortcode( 'choixdates', 'choisirdate' );