diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-02 11:45:55 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-02 11:45:55 +0000 |
commit | b5a1df5a5dab453e4cd4be5d2eca4efe2d8c4e51 (patch) | |
tree | e18c5f15063e7e923ef0b5a06c370ae8acfcf62d /ext/I18N | |
parent | 95ba2c872b67b2ab35380ec049b3e53249712dbd (diff) | |
download | perl-b5a1df5a5dab453e4cd4be5d2eca4efe2d8c4e51.tar.gz |
Eradicate Time::Piece; add an example.
p4raw-id: //depot/perl@12305
Diffstat (limited to 'ext/I18N')
-rw-r--r-- | ext/I18N/Langinfo/Langinfo.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/I18N/Langinfo/Langinfo.pm b/ext/I18N/Langinfo/Langinfo.pm index 39f216ff85..ead60a7e11 100644 --- a/ext/I18N/Langinfo/Langinfo.pm +++ b/ext/I18N/Langinfo/Langinfo.pm @@ -136,6 +136,10 @@ print something like: Sun? [yes/no] +but under a French locale + + dim? [oui/non] + The usually available constants are ABDAY_1 ABDAY_2 ABDAY_3 ABDAY_4 ABDAY_5 ABDAY_6 ABDAY_7 @@ -150,7 +154,7 @@ for abbreviated and full length days of the week and months of the year, D_T_FMT D_FMT T_FMT for the date-time, date, and time formats used by the strftime() function -(see L<POSIX>, and also L<Time::Piece>), +(see L<POSIX>) AM_STR PM_STR T_FMT_AMPM |