that easy!codice:' ItaDate EngDate ' GG/MM/AAAA ---> MM/DD/YYYY ' 1234567890 1234567890 ' 12 12 1234 12 12 1234 EngDate = MID(ItaDate, 4, 2) + "/" + MID(ItaDate, 1, 2) + "/" + MID(ItaDate, 7, 4)![]()
that easy!codice:' ItaDate EngDate ' GG/MM/AAAA ---> MM/DD/YYYY ' 1234567890 1234567890 ' 12 12 1234 12 12 1234 EngDate = MID(ItaDate, 4, 2) + "/" + MID(ItaDate, 1, 2) + "/" + MID(ItaDate, 7, 4)![]()