> Ok fine, 4 is correct, so since it is returning to me just the number 4 I'm > assuming that I should append a + sign to it? If I was in a timezone that > was positive CFML would return the number and the - sign correct? > > All I want to do is have a time formatted like > > 2003-08-03T11:15:35+10:00 > > How do I get the +, -?
the negative sign comes thru, you'll have to handle the + sign yourself, numberFormat with a "+" mask i suppose. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

