Opened 19 years ago
Last modified 13 years ago
#187 closed Feature Requests (fixed)
locale — at Initial Version
| Reported by: | tazforever | Owned by: | nobody |
|---|---|---|---|
| Milestone: | Component: | date_time | |
| Version: | None | Severity: | Showstopper |
| Keywords: | Cc: |
Description
this short example
#include <boost/date_time/gregorian/gregorian.hpp>
#include <iostream>
using namespace boost::gregorian;
using namespace std;
int main()
{
date d(day_clock::local_day());
cout << d << endl;
}
outputs
2003-Aug-01
I'm French. Is there any thing that deals with locale
in boost ?
i'd like somthing so i can display date (and other
things in date_time) the way i understand (like
01-Aou-2003, 01082003 or 01-08-2003)
Note:
See TracTickets
for help on using tickets.
