Don't ICONV it. Use OCONV. ex: OCONV(TIME(),'MMTHS')
On Wed, Jan 2, 2013 at 7:54 PM, Wjhonson <[email protected]> wrote: > The 'MM' conversion works with the TIME() (which returns milliseconds) > on Universe 11 > > but for some reason is cutting off the display to only *hundredths* of a > second, instead of the thousandths which the milliseconds counts. > > So TIME() shows 60814.304 > but ICONV(TIME(),'MM') shows 6081430 > > without the trailing 4 milliseconds. > _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
