Re: [Vala] Date format

2018-03-27 Thread Nor Jaidi Tuah
> Is it possible to print from a GLib.Date only the date, without the > day > of week, neither the time, nor timezone? https://valadoc.org/glib-2.0/GLib.Date.strftime.html Pass "%x" for the format string. Nice day Nor Jaidi Tuah PRIVILEGED/CONFIDENTIAL information may be contained in this me

Re: [Vala] Date format

2018-03-27 Thread Christian Hergert
On 03/27/2018 04:46 PM, rastersoft wrote: > > I'm writting a program that shows dates in the screen. The problem I > have is that I want to show them in the local format, but there is only > one way: with full day of week, time and timezone. > > Is it possible to print from a GLib.Date only the d

[Vala] Date format

2018-03-27 Thread rastersoft
Hi all: I'm writting a program that shows dates in the screen. The problem I have is that I want to show them in the local format, but there is only one way: with full day of week, time and timezone. Is it possible to print from a GLib.Date only the date, without the day of week, neither the