mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
TP->T64: gnucash/report/utility-reports/hello-world.scm
This commit is contained in:
parent
4fd36b889f
commit
6d89cc70be
@ -267,13 +267,13 @@ option like this.")
|
||||
|
||||
;; these are samples of different date options. for a simple
|
||||
;; date with day, month, and year but no time you should use
|
||||
;; gnc-print-date
|
||||
;; qof-print-date
|
||||
(let ((time-string (strftime "%X" (gnc-localtime (current-time))))
|
||||
(date-string (strftime "%x" (gnc-localtime (car date-val))))
|
||||
(date-string2 (strftime "%x %X" (gnc-localtime (car date2-val))))
|
||||
(rel-date-string (strftime "%x" (gnc-localtime (car rel-date-val))))
|
||||
(date-string (strftime "%x" (gnc-localtime date-val)))
|
||||
(date-string2 (strftime "%x %X" (gnc-localtime date2-val)))
|
||||
(rel-date-string (strftime "%x" (gnc-localtime rel-date-val)))
|
||||
(combo-date-string
|
||||
(strftime "%x" (gnc-localtime (car combo-date-val)))))
|
||||
(strftime "%x" (gnc-localtime combo-date-val))))
|
||||
|
||||
;; Here's where we fill the report document with content. We
|
||||
;; do this by adding 'html objects' such as text, tables, and
|
||||
|
Loading…
Reference in New Issue
Block a user