Help for this page
Select Code to Download
Select
or
download this
sub format_date { return join '.', (split /[^\d]+/, $_[0])[2,1,0]; }