Re: [Cppcms-users] How to store/manipulate dates?
Brought to you by:
artyom-beilis
From: <ele...@ex...> - 2012-02-06 07:36:27
|
Ah yes, thank you. This is what im doing now - c.topics[i].created_at = booster::ptime::local_time(r.get<std::tm>("created_at")); Next question is - what data type to use for storing only date? Thanks again Petr > Sorry for the "late" reply. > What you are looking for is this > > http://cppcms.com/cppcms_ref_v0_99/classbooster_1_1ptime.html > > greetings > |