Re: [Gambas-user] User-defined format characters for dates (AM/PM)

2010-05-02 Thread Benoît Minisini
> 2010/4/30 Benoît Minisini : > >> Is there any way to use the format command to get "05:32 PM"? > >> > >> Format (Now, "hh:nn") gives me the 24 hour format: 17:32 > > > > Format(Now, "hh:nn AM/PM") will give you what you want, provided that > > your current language use AM/PM notation. > > Tha

Re: [Gambas-user] User-defined format characters for dates (AM/PM)

2010-05-01 Thread Zach Smith
2010/4/30 Benoît Minisini : >> Is there any way to use the format command to get "05:32 PM"? >> >> Format (Now, "hh:nn") gives me the 24 hour format:  17:32 >> > > Format(Now, "hh:nn AM/PM") will give you what you want, provided that your > current language use AM/PM notation. > Thanks Benoît. I d

Re: [Gambas-user] User-defined format characters for dates (AM/PM)

2010-04-30 Thread Benoît Minisini
> Is there any way to use the format command to get "05:32 PM"? > > Format (Now, "hh:nn") gives me the 24 hour format: 17:32 > Format(Now, "hh:nn AM/PM") will give you what you want, provided that your current language use AM/PM notation. Regards, -- Benoît Minisini ---

[Gambas-user] User-defined format characters for dates (AM/PM)

2010-04-30 Thread Zach Smith
Is there any way to use the format command to get "05:32 PM"? Format (Now, "hh:nn") gives me the 24 hour format: 17:32 -- ___ Gambas-user mailing list Gambas-user@lists.sourcef