emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fromat-time-string: %p vs %P (feels backward:


From: raman
Subject: fromat-time-string: %p vs %P (feels backward:
Date: Mon, 24 Apr 2017 17:11:55 -0700

See the following when evaluated in the *scratch* buffer on Emacs 26
built from head.

In the argument to format-time-string, %p produces am/pm in upper-case,
whereas %P produces lower-case.

(format-time-string  "%p")
"PM"
(format-time-string  "%P")
"pm"
-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]