Re: [Vala] Time in vala




// returns time in custom format, see strftime manpage
// for example, Mon Feb  9 03:58:32 2009
string custom_string = t.format ("%c");

I tried to use this and it doesn't work :/ I looked in the vapi and
found strftime and strptime, couldn't get either of those working
either, linker error :/

Suggestions?

BR,
 K




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]