sub Reformat { my @field = split( '-', shift()); my $result = $field[2]; for my $idx (0..1) { ( $field[ $idx ] < 10 ) and $field[ $idx ] = '0' . $field[ $idx ]; $result .= ( '-' . $field[ $idx ] ); } return $result; }
One world, one people
In reply to Re: Win32::GUI::Grid & Date Formats
by anonymized user 468275
in thread Win32::GUI::Grid & Date Formats
by ChrisR
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |