Hi Long, I'm in breakedance and I have the same problem. I try different think with Chat GPT but notting work. I'm not a programmer and french. Here wath I use: a group field ID:seance, a metabox field date ID:date-seance display in CPT ID:seances. I try to display my date value in french. I will check the timestamp option but can you display the complet function date_i18n() with :
<div>$value = rwmb_meta( $field_id );
echo date_i18n( 'F j, Y', $value );</div>
Because I'm beginer and can't analyse the link you display in this post and make it my own. I don't understand the code well and select the good part. Could you help me please.