Any way to have the months names translated without catalog

Discuss any general programming issues here
Post Reply
ilbarbax
Posts: 112
Joined: Thu Apr 01, 2010 6:41 pm

Any way to have the months names translated without catalog

Post by ilbarbax »

Is there any way to have the long names of the months translated without using the catalogs? I wonder if there is any way to get the system translation automatically in case there is not a catalog in place.
Same question would be also for the week days names.
It may be a good improvement of getdate to get a full month description (not just Sep but September). Moreover I miss a date format function able to convert any date to the desired format and not just limited to the system date.

Hope to have explained
User avatar
Allanon
Posts: 732
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

Re: Any way to have the months names translated without cata

Post by Allanon »

Hi @ilbarbax,
about date format and conversion function maybe my Date&Time library could help you.

Date & Time library docs
Date & Time library infos

The library also includes a time object with many useful methods.
Post Reply