Provide access to time regexes

time_24h_regex for 24 hour clocks

time_12h_regex for 12 hour clocks
master
Ben Moon 2016-01-15 19:33:45 +00:00
parent 9033120b8a
commit 1915f773e9
1 changed files with 6 additions and 0 deletions

View File

@ -292,6 +292,12 @@ sub short_day_of_week_regex {
sub relative_dates_regex {
return $relative_dates;
}
sub time_24h_regex {
return $time_24h;
}
sub time_12h_regex {
return $time_12h;
}
# Accessors for matching regexes
# These matches are for "in the right format"/"looks about right"