all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.