Date format from YYYY-MM-DD to MM-DD-YYYY

Bulk Rename Utility How-To's

Date format from YYYY-MM-DD to MM-DD-YYYY

Postby renotar » Thu Mar 28, 2024 11:14 pm

Hello,

I need assistance with changing the date format of a file name from YYYY-MM-DD format to MM-DD-YYYY. Example file name:

H-WRJ001480-1481 2006-07-14 Warranty Deed

to

H-WRJ001480-1481 07-14-2006 Warranty Deed


Any help is appreciated. Thank you.
renotar
 
Posts: 1
Joined: Thu Mar 28, 2024 11:12 pm

YYYY-MM-DD to MM-DD-YYYY

Postby Luuk » Fri Mar 29, 2024 9:10 am

With RegEx(1) having a checkmark for "v2", the "Match" and "Replace" can be like...
\b(19\d\d|20\d\d)-(\d\d-\d\d)\b
$2-$1
Luuk
 
Posts: 706
Joined: Fri Feb 21, 2020 10:58 pm


Return to How-To


cron