unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: diary: date format
Date: Thu, 22 Dec 2005 22:22:57 +0100	[thread overview]
Message-ID: <04edcfa098c30545153c382d6baa4755@Web.DE> (raw)
In-Reply-To: <20051222195835.32394.qmail@mail01.vipmail.hu>


Am 22.12.2005 um 20:58 schrieb Emabela:

> With calendar-day-name-array?
>

This is in German:

(defvar calendar-day-name-array
   ["Sonntag" "Montag" "Dienstag" "Mittwoch" "Donnerstag" "Freitag" 
"Samstag"])
(defvar calendar-day-abbrev-array
   ["So" "Mo" "Di" "Mi" "Do" "Fr" "Sa"])
(defvar calendar-month-name-array
   ["Januar" "Februar" "März"      "April"   "Mai"      "Juni"
    "Juli"   "August"  "September" "Oktober" "November" "Dezember"])
(defvar calendar-month-abbrev-array
   ["Jan" "Feb" "Mär" "Apr" "Mai" "Jun" "Jul" "Aug" "Sep" "Okt" "Nov" 
"Dez"])
(defvar calendar-date-display-form
    '((format "%2s, %2s. %9s %4s"
              (substring dayname 0 2) day (string-make-multibyte 
monthname) year)))

The English examples are in calendar.el.

--
Greetings

   Pete


"Evolution"            o           __o                     _o _
           °\___o      /0~         -\<,              ^\___ /=\\_/-%
oo~_______ /\ /\______/ \_________O/ O_______________o===>-->O--o____
""

  reply	other threads:[~2005-12-22 21:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-22 19:58 diary: date format Emabela
2005-12-22 21:22 ` Peter Dyballa [this message]
     [not found] <mailman.20119.1135204897.20277.help-gnu-emacs@gnu.org>
2005-12-21 23:07 ` Edward M. Reingold
  -- strict thread matches above, loose matches on Subject: below --
2005-12-21 22:40 Emabela

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=04edcfa098c30545153c382d6baa4755@Web.DE \
    --to=peter_dyballa@web.de \
    --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.
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).