now using DateTime instead of Date::Manip

This commit is contained in:
JT Smith 2005-11-02 09:37:49 +00:00
parent f6f9a46eba
commit 8ac8530227
11 changed files with 247 additions and 453 deletions

View file

@ -6,8 +6,8 @@ use strict;
our $LANGUAGE = {
label => 'English',
toolbar => 'metal',
languageAbbreviation => 'en',
locale => 'US'
languageAbbreviation => 'en', # used by plugins such as javascript helpers and third-party perl modules
locale => 'US' # same as above
};
sub makeUrlCompliant {