News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

World Times

Started by GregL, July 21, 2007, 08:58:02 PM

Previous topic - Next topic

GregL

I corrected some errors in the DateTime library and uploaded a new file in the first post. I separated the library and the WorldTimes program. The WorldTimes program has not changed.






GregL

I added a few functions to the DateTime library that I found I had a need for. I uploaded a new file in the first post. I dropped the plain text documentation and updated the CHM file.




GregL

I decided a couple of the functions I added were really just redundant and I removed them. I updated the DateTime library file in the first post. I'm going to try to leave the library alone.  :bg


Faiseur

Hello Greg.

The part in bold is missing in your documentation:

INVOKE MonthName, pdt, pszMonthName

And this procedure "MonthName" seems not to function correctly. Otherwise is very good, thanks !





French asm Forum: http://www.asmforum.net/   Website: http://www.faiseur.net/

GregL

Faiseur,

Thanks for pointing that out. I fixed the documentation. The MonthName procedure definitely had a problem. Somehow I skipped that procedure when doing my testing.  :red  It was missing a *4 in an index, old C habits. I uploaded a new file for the DateTime library in the first post. I also uploaded a new example program above. Thanks for the feedback.