Good morning.
Realizing a date format in As400 I realize that with DAY - MONTH - YEAR, doing the order that you want works but it will always throw me 01-09-1995 but what I want you to show me now is 01-09- 92 Has anyone done a formatting to make it that way ?, I appreciate the help. I show an example that I am doing with AS400 and php.
$campos.="DAY(".$campo_nombre.")|| '-'|| MONTH(".$campo_nombre.") || '-' || YEAR(".$campo_nombre.") AS FEC_".$id_campo.",";