Opened 19 years ago

Last modified 13 years ago

#187 closed Feature Requests (fixed)

locale — at Version 1

Reported by: tazforever Owned by: nobody
Milestone: Component: date_time
Version: None Severity: Showstopper
Keywords: Cc:

Description (last modified by René Rivera)

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)

Change History (1)

comment:1 by René Rivera, 15 years ago

Component: Nonedate_time
Description: modified (diff)
Severity: Showstopper
Note: See TracTickets for help on using tickets.