Included functionality to describe the document in the input file
[biaweb2.git] / biawebstrings.hpp
index 702e5a9..76c4f2b 100644 (file)
@@ -7,8 +7,9 @@ namespace biaweb {
     const char* SUB_CAT = "Sub categories: ";
     const char* ART_LIST = "List of Articles";
     const char* INDEX = "Index Page";
+    const char* WARNING_PARSE_FAILED = "Warning: date parse failed on " ;
     // DATE FORMAT
-    const char* DATE_FORMAT = "%d %b %Y, %H:%M %Z";
+    const char* DATE_IN_FORMAT = "%Y-%m-%d %H:%M %Z";
 }
 
 #endif