Hello,
I am trying to convert a date (Line Item "DLC DATE") to text (Line Item "DLC DATE TEXTE") using this formula:
TEXT(DAY('DLC DATE 2'), "00") & "/" & TEXT(MONTH('DLC DATE 2'), "00") & "/" & TEXT(YEAR('DLC DATE 2'), "0000")
However, I don't get the correct values for the month or day when the value is under 10. For example, I get 2/4/2024 not 02/04/2024.
Can anyone help me to correct this formula, please?
Thanks,
Regards,
AMAL