OK. what is the ?best? way to store the time/date (to the second) as a single number similar to unix's epoch, although I'm not looking to convert it to unix format.
My method is take date()*86400+time() idate=int(combo/86400), itime=combo-(idate*86400) Is there anyway to do this giving less than 10 characters (and stay in base 10) ? George Gallen Senior Programmer/Analyst Accounting/Data Division [EMAIL PROTECTED] ph:856.848.1000 Ext 220 SLACK Incorporated - Delivering the best in health care information and education worldwide. http://www.slackinc.com ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
