added GetDay() GetYear() GetWeek()

Dependencies:   mbed

Fork of rtc_class by Josef Kager

Revision:
3:75f5352b387d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DateString.h	Thu Apr 30 10:53:00 2015 +0000
@@ -0,0 +1,16 @@
+#include "mbed.h"
+#include "const.h"
+#include "RTC8563.h"
+#include "string"
+#include "Date.h"
+
+#ifndef DATESTRING_H
+#define DATESTRRING_H
+
+class DateString : public Date
+{
+    public:
+        uint8_t GetDay();
+};
+
+#endif
\ No newline at end of file