use two date formats (the second one more verbose, for tool tips)
[~bandali/bndl.org] / bandali / prefs.scm
index c908eb8..57712a1 100644 (file)
             my-domain
             my-url
             my-tag-prefix
-            my-date-format))
+            my-primary-date-format
+            my-secondary-date-format))
 
 (define my-scheme 'https)
 (define my-domain "bandali.eu.org")
 (define my-url
   (string-append (symbol->string my-scheme) "://" my-domain))
 (define my-tag-prefix "tags")
-(define my-date-format "~B ~e, ~Y")
-
+(define my-primary-date-format "~1")
+(define my-secondary-date-format "~A ~B ~e, ~Y")