From b5a1df5a5dab453e4cd4be5d2eca4efe2d8c4e51 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 2 Oct 2001 11:45:55 +0000 Subject: [PATCH] Eradicate Time::Piece; add an example. p4raw-id: //depot/perl@12305 --- ext/I18N/Langinfo/Langinfo.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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, and also L), +(see L) AM_STR PM_STR T_FMT_AMPM -- 2.34.1