mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 16:53:08 +02:00
Patch - Display week number in calendar report
From 9eec77085dd07940c02d9071bf2a374c9a9b54c8 Mon Sep 17 00:00:00 2001 From: Federico Hernandez <ultrafredde@gmail.com> Date: Mon, 25 May 2009 09:28:38 +0200 Subject: [PATCH 2/3] Display dummy week of year number From e2fc5d537863672c53ede96607508270f02aabaf Mon Sep 17 00:00:00 2001 From: Federico Hernandez <ultrafredde@gmail.com> Date: Mon, 25 May 2009 13:43:14 +0200 Subject: [PATCH 3/3] Display weeknumbers in 'task cal' output
This commit is contained in:
parent
6af093126e
commit
5ff44e2f33
7 changed files with 82 additions and 22 deletions
|
@ -53,11 +53,13 @@ public:
|
|||
static std::string monthName (int);
|
||||
static void dayName (int, std::string&);
|
||||
static std::string dayName (int);
|
||||
static int weekOfYear (const std::string&);
|
||||
static int dayOfWeek (const std::string&);
|
||||
|
||||
int month () const;
|
||||
int day () const;
|
||||
int year () const;
|
||||
int weekOfYear (int) const;
|
||||
int dayOfWeek () const;
|
||||
|
||||
bool operator== (const Date&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue