Ignore:
Timestamp:
Nov 1, 2014, 3:02:00 AM (11 years ago)
Author:
Alex Taylor
Message:

Add fallback logic for locale resolution in Sys2FormatNumber, should work on
most systems now (if not ideally).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rxutilex/trunk/FUNCTIONS

    r21 r22  
    154154Formats a number to use thousands-grouping characters.  The system values
    155155for the current locale are used for the thousands-grouping character and
    156 the decimal place, if any.  Note that the IBM C runtime's built-in locale
     156the decimal place, if any.  Note that the IBM C runtime's locale
    157157definitions are used; these may not correspond precisely to the system
    158158locales as defined in the OS/2 Locale object.
     
    176176
    177177Converts a number of seconds from the epoch (1970-01-01 0:00:00 UTC) into
    178 a formatted date and time string.
     178a formatted date and time string. 
    179179
    180180REXX ARGUMENTS:
Note: See TracChangeset for help on using the changeset viewer.