Dylan McCall wrote:
> However, g_date_time_format(datetime, "%x") only returns a date
> formatted in that last way. How can an application use other date
> formats for the current region? Preferably without duplicating code,
> or, at least, effort.

Look at the documentation for g_date_time_format(). You will find the
other format specifiers that you want. %a, %A, %b, %B, and %c look
helpful for you.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to