pikotools/date
Tomasz Sowa d77db196ee added: to Date:
bool ParseMonthDayTime(const CStringType * str, const CStringType ** str_after = 0);
       parsing: MM:DD HH[:MM[:SS]]



git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@416 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-05-30 21:48:44 +00:00
..
Makefile added: Date structure -- represents year, month, day, hour, min, sec 2012-05-05 15:08:04 +00:00
Makefile.dep changed: Date::SerializeDay outputs the date in a form of YYYY-MM-DD (before was: YYYY.MM.DD) 2012-05-13 21:49:06 +00:00
Makefile.o.dep changed: Date::SerializeDay outputs the date in a form of YYYY-MM-DD (before was: YYYY.MM.DD) 2012-05-13 21:49:06 +00:00
date.cpp added: Date::ToTm() now sets tm_wday too 2012-05-27 23:50:10 +00:00
date.h added: to Date: 2012-05-30 21:48:44 +00:00