[REBOL] Re: Displaying AM / PM times
From: sqlab:gmx at: 27-Aug-2001 9:40
Hi I use 12 hours schemes very rarely, but I see nice-time giving two times per day the same time. 12:00 ==> 12:00 PM 24:00 ==> 12:00 PM . So I would use if time/1 = 0 [time/1: 12 am: " NOON"] .) What's the correct usage in your place? AR