Functionality for generating website completed
[biaweb2.git] / biawebstrings.hpp
index df9af51..1e073f0 100644 (file)
@@ -2,10 +2,13 @@
 #define __BIAWEBSTRINGS__
 
 namespace biaweb {
+    // COMMON STRINGS
     const char* GO_UP = "Go up";
     const char* SUB_CAT = "Sub categories: ";
     const char* ART_LIST = "List of Articles";
     const char* INDEX = "Index Page";
+    // DATE FORMAT
+    const char* DATE_FORMAT = "%d %b %Y, %H:%M";
 }
 
 #endif