mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
parent
7054cc83bc
commit
8fef1adcc4
@ -91,19 +91,7 @@
|
||||
604800))
|
||||
(begin-string (qof-print-date (+ beginweekt64 345600)))
|
||||
(end-string (qof-print-date (+ beginweekt64 864000))))
|
||||
(format #f (_ "~s to ~s") begin-string end-string)))
|
||||
|
||||
; (let ((begin-string (qof-print-date
|
||||
; (+ (* (gnc:date-get-week
|
||||
; (gnc:time64-start-day-time
|
||||
; (gnc-mktime datevec)))
|
||||
; 604800) 345600)))
|
||||
; (end-string (qof-print-date
|
||||
; (+ (* (gnc:date-get-week
|
||||
; (gnc:time64-start-day-time
|
||||
; (gnc-mktime datevec)))
|
||||
; 604800) 864000))))
|
||||
; (format #f (_ "~s to ~s") begin-string end-string)))
|
||||
(format #f (_ "~a to ~a") begin-string end-string)))
|
||||
|
||||
;; is leap year?
|
||||
(define (gnc:leap-year? year)
|
||||
|
Loading…
Reference in New Issue
Block a user