Searched refs:date_output (Results 1 – 1 of 1) sorted by relevance
71 date_facet* date_output = new date_facet(); in main() local73 ss.imbue(locale(ss.getloc(), date_output)); in main()77 date_output->long_month_names(long_months); in main()78 date_output->long_weekday_names(long_days); in main()85 date_output->format("%Y-%B-%d"); in main()87 date_output->month_format("%B"); // full name in main()89 date_output->weekday_format("%A"); // full name in main()130 date_output->format(date_facet::default_date_format); in main()132 date_output->month_format("%b"); // abbrev in main()134 date_output->weekday_format("%a"); // abbrev in main()[all …]