Yanick Hudon wrote: > > Hi! EveryOne, > > I would like to know if there is a way to get the date of the system with > the package Ada.Calendar like we can do in C??? > > Can someone give me some information about that??? > > Thanks in advance! Well, Yanick, I presume your comment "like we can do in C" means calling the strftime function defined in ? Ada.Calendar does NOT define any formatting for time values. If you want to format time values, you will have to write your own "time-to-string" function, or else scrounge up a copy of Wizard Ware's Calendar Utility package (see "Software Components with Ada", G. Booch). Or, you could search the public domain libraries for Ada calendar formatting packages. Good luck! -- -------------------------------------------------------------- - John J. Cupak Jr, CCP - - Raytheon Systems Company - Software Engineering Laboratory - - tel: 978-858-1222 email (work): jcj@swl.msd.ray.com - - fax: 978-858-4336 email (home): jcupak@aol.com - --------------------------------------------------------------