unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Is there function to get day name from the date?
@ 2025-01-02 10:34 Jean Louis
  2025-01-02 12:44 ` Eduardo Ochs
  0 siblings, 1 reply; 3+ messages in thread
From: Jean Louis @ 2025-01-02 10:34 UTC (permalink / raw)
  To: Help GNU Emacs

Is there maybe native Emacs Lisp function that can give me the name of
the day from the date?

In PostgreSQL I can do this:

SELECT to_char('2025-01-02'::date, 'Day');

  to_char  
-----------
 Thursday 
(1 row)


Maybe Emacs has something like this built-in?

Jean Louis



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-01-02 13:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-02 10:34 Is there function to get day name from the date? Jean Louis
2025-01-02 12:44 ` Eduardo Ochs
2025-01-02 13:23   ` SOLVED - " Jean Louis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).