Change date format
1st: I need to change date: d/m/yyyy to d.m.yyyy
Example: 1/1/2024 to 1.1.2024
2nd: is it possible to change 1/1/2024 to 01.01.2024?
The find code is "[0-9]{1;2}/[0-9]{1;2}/[0-9]{4}" (works fine).
How to do that with find/replace?
Thanks
__________________
Backup your original file before doing any modification.
|