Hallo,
SystemDateGet() doesnt't exactly get machine date. If you change system date through menu tools -> system date, function SystemDateGet() will return the changed date. So systemDateGet can give different result than machine date. If you want machine date, use function today() as suggested by Mr Gilbert. But please be informed, function today() will give you machine date where this function is called from. If you put today() in a method on a form, you would get machine date of the "client" since a 'form' always be executed on client side. But if your function today() is called in a class which has been set up to run on server, you would get machine date of the "server". So, I just want you to be aware where you put function today() code, in a method which will be executed on client or server. I suggest you to also learn from developer's help how thin client and fat client execute application objects. regards, -Aji Sarosa- --- Steeve Gilbert <[EMAIL PROTECTED]> wrote: > > Today() will give you this. > > Steeve... > > > -----Message d'origine----- > De�: Ibrahim Kilicarslan > [mailto:[EMAIL PROTECTED] > Envoy�: 10 f�vrier 2005 12:16 > ��: [email protected] > Objet�: [development-axapta] SQL Server or AOS date > > > > > Hi there, > > How can i get SQL Server or AOS date because > SystemDateGet() return > client machines date. Class or a system function ? > > Thanks in advance... > > �brahim > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/development-axapta/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

