From: Jean Louis <bugs@gnu.support>
To: Help GNU Emacs <help-gnu-emacs@gnu.org>
Subject: Is there function to get day name from the date?
Date: Thu, 02 Jan 2025 13:34:10 +0300 [thread overview]
Message-ID: <d502e055be0904826a976e930ad293bd.support1@rcdrun.com> (raw)
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
next reply other threads:[~2025-01-02 10:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-02 10:34 Jean Louis [this message]
2025-01-02 12:44 ` Is there function to get day name from the date? Eduardo Ochs
2025-01-02 13:23 ` SOLVED - " Jean Louis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d502e055be0904826a976e930ad293bd.support1@rcdrun.com \
--to=bugs@gnu.support \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.