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

Re: [gftp] date format



If you want to change the time format in the GTK+ interface, then edit
src/gtk/misc-gtk.c and go to line 782 in add_file_listbox(). I am using the
ctime() function to format the date.

If you want to change the time format in the text interface (or in the text
console of the GTK+ port), then edit lib/misc.c and look at gftp_gen_ls_string()

Brian


On Thu, Mar 31, 2005 at 01:24:32PM -0600, Alonso Acu?a wrote:
> Hey Brian, I have been playing with the source code a bit. I wanted to 
> know if I can contact you directly (what email?) regarding how to do 
> some changes. Right now I was interested on how to change the date 
> format on the file listing, if you can give me a tip on that it would be 
> great.
> 
> Thanks
> 
> Alonso
> 
> 
>