Thread: [Solved] Change date format
View Single Post
 
Old 09-28-2024, 03:55 PM
eduzs eduzs is offline Windows 10 Office 2019
Expert
 
Join Date: May 2017
Posts: 266
eduzs is on a distinguished road
Default 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.
Reply With Quote