in reply to Re: Subroutine for returning a date, similar to sprintf
in thread Subroutine for returning a date, similar to sprintf

With an appropriate locale setting (via LC_ALL or some such) you might be able to alter time formatting with:
use locale;
Does that work for you?