Problem solved by adding this code:
<span class="meta_date"><?php if (!is_sticky() ) { ?> <?php echo get_the_date(); ?> <?php } ?> </span>
on post.php and post-single.php
When an article is sticky, the date disappears.
Thanks for those who helped me ??